39 auto k = std::make_unique<NEBatchToSpaceLayerKernel>();
40 k->configure(input, block_shape, output);
41 _kernel = std::move(
k);
46 auto k = std::make_unique<NEBatchToSpaceLayerKernel>();
47 k->configure(input, block_shape_x, block_shape_y, output, crop_info);
48 _kernel = std::move(
k);
Store the tensor's metadata.
Interface for CPU tensor.
void configure(const ITensor *input, const ITensor *block_shape, ITensor *output)
Set the input and output tensors.
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *input, const ITensorInfo *block_shape, const ITensorInfo *output)
Static function to check if given info will lead to a valid configuration of NEBatchToSpaceLayerKerne...
Padding information for 2D operations like Conv2d.
#define ARM_COMPUTE_LOG_PARAMS(...)
static Status validate(const ITensorInfo *input, const ITensorInfo *block_shape, const ITensorInfo *output)
Static function to check if given info will lead to a valid configuration of CLBatchToSpaceLayer.