37 auto k = std::make_unique<kernels::CpuReshapeKernel>();
38 k->configure(src, dst);
39 _kernel = std::move(
k);
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
void configure(const ITensorInfo *src, ITensorInfo *dst)
Configure operator for a given list of arguments.
Store the tensor's metadata.
SimpleTensor< float > src
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
#define ARM_COMPUTE_LOG_PARAMS(...)