38 auto k = std::make_unique<kernels::ClReshapeKernel>();
39 k->configure(compile_context, src, dst);
40 _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.
Store the tensor's metadata.
void configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst)
Configure operator for a given list of arguments.
SimpleTensor< float > src
Copyright (c) 2017-2022 Arm Limited.
#define ARM_COMPUTE_LOG_PARAMS(...)
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.