36 auto k = std::make_unique<CPPUpsampleKernel>();
37 k->configure(input, output, info);
38 _kernel = std::move(
k);
Interface for CPU tensor.
Copyright (c) 2017-2022 Arm Limited.
Padding and stride information class.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)
void configure(const ITensor *input, ITensor *output, const PadStrideInfo &info)
Configure the upsample CPP kernel.
#define ARM_COMPUTE_LOG_PARAMS(...)