24 #ifndef ARM_COMPUTE_CLCONCATENATELAYER_H 25 #define ARM_COMPUTE_CLCONCATENATELAYER_H 37 class CLCompileContext;
86 void configure(std::vector<const ICLTensor *> &inputs_vector,
ICLTensor *output,
size_t axis);
118 std::unique_ptr<Impl> _impl;
Base class for all functions.
~CLConcatenateLayer()
Destructor.
Store the tensor's metadata.
Basic function to execute concatenate tensors along a given axis.
void configure(std::vector< const ICLTensor *> &inputs_vector, ICLTensor *output, size_t axis)
Initialise the kernel's inputs vector and output.
CLConcatenateLayer()
Default constructor.
Copyright (c) 2017-2022 Arm Limited.
CLConcatenateLayer & operator=(const CLConcatenateLayer &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
static Status validate(const std::vector< const ITensorInfo *> &inputs_vector, const ITensorInfo *output, size_t axis)
Static function to check if given info will lead to a valid configuration of CLConcatenateLayer.
Interface for OpenCL tensor.
void run() override
Run the kernels contained in the function.