24 #ifndef ARM_COMPUTE_CL_COPY_KERNEL_H 25 #define ARM_COMPUTE_CL_COPY_KERNEL_H 64 bool _has_dst_window{};
const Window & window() const
The maximum window the kernel can be executed on.
void run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue...
void configure(const CLCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst, Window *dst_window=nullptr)
Initialize the kernel's src, dst.
Store the tensor's metadata.
Common interface for all the OpenCL kernels.
OpenCL kernel to perform a copy between two tensors.
SimpleTensor< float > src
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst, Window *dst_window=nullptr)
Static function to check if given info will lead to a valid configuration.
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClCopyKernel)
Describe a multidimensional execution window.