10 #include <arm_compute/core/Error.h>
11 #include <arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h>
17 const TensorInfo& output,
18 const ChannelShuffleDescriptor& descriptor);
25 const arm_compute::CLCompileContext& clCompileContext);
26 virtual void Execute()
const override;
29 mutable arm_compute::CLChannelShuffleLayer m_ChannelShuffleLayer;
ClChannelShuffleWorkload(const ChannelShuffleQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClChannelShuffleValidate(const TensorInfo &input, const TensorInfo &output, const ChannelShuffleDescriptor &descriptor)
Contains information about TensorInfos of a layer.