24 #ifndef ARM_COMPUTE_CL_SLICE_H 25 #define ARM_COMPUTE_CL_SLICE_H 34 class CLCompileContext;
110 std::unique_ptr<Impl> _impl;
113 namespace experimental
Base class for all functions.
Basic function to perform tensor slicing.
Store the tensor's metadata.
Basic function to perform tensor slicing.
Copyright (c) 2017-2022 Arm Limited.
CLSlice()
Default Constructor.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const Coordinates &starts, const Coordinates &ends)
Static function to check if given info will lead to a valid configuration of CLSlice.
void configure(const ICLTensor *input, ICLTensor *output, const Coordinates &starts, const Coordinates &ends)
Configure kernel.
Interface for OpenCL tensor.
void run() override
Run the kernels contained in the function.
CLSlice & operator=(const CLSlice &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Basic interface for functions which have a single async CL kernel.
~CLSlice()
Default Destructor.