23.08
|
Go to the documentation of this file.
40 auto k = std::make_unique<CLTileKernel>();
41 k->configure(compile_context,
input, output, multiples);
42 _kernel = std::move(
k);
Interface for OpenCL tensor.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples)
Static function to check if given info will lead to a valid configuration of CLTileKernel.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples)
Static function to check if given info will lead to a valid configuration of CLTile.
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
void configure(const ICLTensor *input, ICLTensor *output, const Multiples &multiples)
Set the source, destination of the kernel.
Copyright (c) 2017-2023 Arm Limited.
std::vector< uint32_t > Multiples
Information to produce a tiled version of a Tensor.
Store the tensor's metadata.
#define ARM_COMPUTE_LOG_PARAMS(...)