41 auto k = std::make_unique<CLReverseKernel>();
42 k->configure(compile_context, input, output, axis);
43 _kernel = std::move(
k);
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
Store the tensor's metadata.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *axis)
Static function to check if given info will lead to a valid configuration of CLReverseKernel.
Copyright (c) 2017-2022 Arm Limited.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *axis)
Static function to check if given info will lead to a valid configuration of CLReverseKernel.
Interface for OpenCL tensor.
#define ARM_COMPUTE_LOG_PARAMS(...)
void configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *axis)
Initialize the function.