10 #include <arm_compute/core/Error.h>
11 #include <arm_compute/runtime/NEON/functions/NEChannelShuffleLayer.h>
17 const TensorInfo& output,
18 const ChannelShuffleDescriptor& descriptor);
24 virtual void Execute()
const override;
27 mutable arm_compute::NEChannelShuffleLayer m_ChannelShuffleLayer;
NeonChannelShuffleWorkload(const ChannelShuffleQueueDescriptor &descriptor, const WorkloadInfo &info)
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status NeonChannelShuffleValidate(const TensorInfo &input, const TensorInfo &output, const ChannelShuffleDescriptor &descriptor)
Contains information about TensorInfos of a layer.