24 #ifndef ARM_COMPUTE_NECHANNELSHUFFLELAYERKERNEL_H 25 #define ARM_COMPUTE_NECHANNELSHUFFLELAYERKERNEL_H 38 const char *
name()
const override 40 return "NEChannelShuffleLayerKernel";
77 unsigned int _num_groups;
Interface for the channel shuffle kernel.
const Window & window() const
The maximum window the kernel can be executed on.
void configure(const ITensor *input, ITensor *output, unsigned int num_groups)
Configure function's inputs and outputs.
~NEChannelShuffleLayerKernel()=default
Default destructor.
Common interface for all kernels implemented in C++.
Store the tensor's metadata.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, unsigned int num_groups)
Static function to check if given info will lead to a valid configuration of NEChannelShuffleLayerKer...
const char * name() const override
Name of the kernel.
Interface for CPU tensor.
Copyright (c) 2017-2023 Arm Limited.
NEChannelShuffleLayerKernel()
Default constructor.
const unsigned int num_groups
void run(const Window &window, const ThreadInfo &info) override
Execute the kernel on the passed window.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)
Information about executing thread and CPU.
Describe a multidimensional execution window.
NEChannelShuffleLayerKernel & operator=(const NEChannelShuffleLayerKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...