53 _space_to_depth_kernel->configure(compile_context, input, output, block_shape);
static CLScheduler & get()
Access the scheduler singleton.
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
Store the tensor's metadata.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)
Static function to check if given info will lead to a valid configuration of CLSpaceToDepthLayer.
Copyright (c) 2017-2023 Arm Limited.
Interface to enqueue OpenCL kernels and get/set the OpenCL CommandQueue and ICLTuner.
CLSpaceToDepthLayer()
Default constructor.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)
Static function to check if given info will lead to a valid configuration of CLSpaceToDepthLayerKerne...
void enqueue(ICLKernel &kernel, bool flush=true)
Schedule the execution of the passed kernel if possible.
void run() override
Run the kernels contained in the function.
Interface for OpenCL tensor.
~CLSpaceToDepthLayer()
Default destructor.
Interface for the space to depth kernel.
#define ARM_COMPUTE_LOG_PARAMS(...)
void configure(const ICLTensor *input, ICLTensor *output, int32_t block_shape)
Set the input and output tensors.