24 #ifndef ARM_COMPUTE_CLMAXUNPOOLINGLAYERKERNEL_H 25 #define ARM_COMPUTE_CLMAXUNPOOLINGLAYERKERNEL_H const Window & window() const
The maximum window the kernel can be executed on.
Store the tensor's metadata.
void configure(const CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *indices, ICLTensor *output, const PoolingLayerInfo &pool_info)
Set the input and output tensors.
Common interface for all the OpenCL kernels.
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *input, const ITensorInfo *indices, const ITensorInfo *output, const PoolingLayerInfo &pool_info)
Static function to check if given info will lead to a valid configuration of CLMaxUnpoolingLayerKerne...
~CLMaxUnpoolingLayerKernel()=default
Default destructor.
CLMaxUnpoolingLayerKernel & operator=(const CLMaxUnpoolingLayerKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Pooling Layer Information struct.
void run(const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue...
Interface for OpenCL tensor.
Interface for the pooling layer kernel.
CLMaxUnpoolingLayerKernel()
Default constructor.
Describe a multidimensional execution window.