36 auto k = std::make_unique<NETileKernel>();
37 k->configure(input, output, multiples);
38 _kernel = std::move(
k);
Store the tensor's metadata.
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 NETileKernel.
Interface for CPU tensor.
Copyright (c) 2017-2023 Arm Limited.
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 NETile.
#define ARM_COMPUTE_LOG_PARAMS(...)
void configure(const ITensor *input, ITensor *output, const Multiples &multiples)
Set the source, destination of the kernel.
std::vector< uint32_t > Multiples
Information to produce a tiled version of a Tensor.