41 : _space_to_batch_kernel(), _fill_f(), _has_padding(false)
53 _fill_f = std::make_unique<NEFill>();
54 _fill_f->configure(output,
PixelValue(0,
input->info()->data_type(),
input->info()->quantization_info()));
56 _space_to_batch_kernel = std::make_unique<NESpaceToBatchLayerKernel>();
57 _space_to_batch_kernel->configure(
input, block_shape, paddings, output);
67 _fill_f = std::make_unique<NEFill>();
68 _fill_f->configure(output,
PixelValue(0,
input->info()->data_type(),
input->info()->quantization_info()));
70 _space_to_batch_kernel = std::make_unique<NESpaceToBatchLayerKernel>();
71 _space_to_batch_kernel->configure(
input, block_shape_x, block_shape_y, padding_left, padding_right, output);