24 #ifndef ARM_COMPUTE_CL_DEPTH_CONCATENATE_KERNEL_H 25 #define ARM_COMPUTE_CL_DEPTH_CONCATENATE_KERNEL_H 69 unsigned int _depth_offset;
const Window & window() const
The maximum window the kernel can be executed on.
static Status validate(const ITensorInfo *src, unsigned int depth_offset, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
void run_op(ITensorPack &tensors, const Window &window, ::cl::CommandQueue &queue) override
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClDepthConcatenateKernel)
Store the tensor's metadata.
Common interface for all the OpenCL kernels.
SimpleTensor< float > src
Copyright (c) 2017-2022 Arm Limited.
Interface for the depth concatenate kernel.
void configure(const CLCompileContext &compile_context, ITensorInfo *src, unsigned int depth_offset, ITensorInfo *dst)
Initialise the kernel's source and destination.
ClDepthConcatenateKernel()
Describe a multidimensional execution window.