23.11
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_CLCOPY_H
25 #define ARM_COMPUTE_CLCOPY_H
35 class CLCompileContext;
81 Window *dst_window =
nullptr);
97 std::unique_ptr<Impl> _impl;
Base class for all functions.
Interface for OpenCL tensor.
void configure(ICLTensor *input, ICLTensor *output, Window *dst_window=nullptr)
Initialise the function's source and destination.
Basic function to run opencl::kernels::ClCopyKernel.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, Window *dst_window=nullptr)
Static function to check if given info will lead to a valid configuration of CLCopy.
Describe a multidimensional execution window.
Copyright (c) 2017-2023 Arm Limited.
Store the tensor's metadata.
void run() override
Run the kernels contained in the function.
CLCopy & operator=(const CLCopy &)=delete
Prevent instances of this class from being copied (As this class contains pointers)