23.11
|
Interface for the space to batch kernel. More...
#include <NESpaceToBatchLayerKernel.h>
Public Member Functions | |
const char * | name () const override |
Name of the kernel. More... | |
NESpaceToBatchLayerKernel () | |
Default constructor. More... | |
NESpaceToBatchLayerKernel (const NESpaceToBatchLayerKernel &)=delete | |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
NESpaceToBatchLayerKernel & | operator= (const NESpaceToBatchLayerKernel &)=delete |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
NESpaceToBatchLayerKernel (NESpaceToBatchLayerKernel &&)=default | |
Allow instances of this class to be moved. More... | |
NESpaceToBatchLayerKernel & | operator= (NESpaceToBatchLayerKernel &&)=default |
Allow instances of this class to be moved. More... | |
~NESpaceToBatchLayerKernel ()=default | |
Default destructor. More... | |
void | configure (const ITensor *input, const ITensor *block_shape, const ITensor *paddings, ITensor *output) |
Initialise the kernel's inputs and output. More... | |
void | configure (const ITensor *input, const int block_shape_x, const int block_shape_y, const Size2D &padding_left, const Size2D &padding_right, ITensor *output) |
Initialise the kernel's input and output. More... | |
void | run (const Window &window, const ThreadInfo &info) override |
Execute the kernel on the passed window. More... | |
![]() | |
virtual | ~ICPPKernel ()=default |
Default destructor. More... | |
virtual void | run_nd (const Window &window, const ThreadInfo &info, const Window &thread_locator) |
legacy compatibility layer for implemantions which do not support thread_locator In these cases we simply narrow the interface down the legacy version More... | |
virtual void | run_op (ITensorPack &tensors, const Window &window, const ThreadInfo &info) |
Execute the kernel on the passed window. More... | |
virtual size_t | get_mws (const CPUInfo &platform, size_t thread_count) const |
Return minimum workload size of the relevant kernel. More... | |
![]() | |
IKernel () | |
Constructor. More... | |
virtual | ~IKernel ()=default |
Destructor. More... | |
virtual bool | is_parallelisable () const |
Indicates whether or not the kernel is parallelisable. More... | |
virtual BorderSize | border_size () const |
The size of the border for that kernel. More... | |
const Window & | window () const |
The maximum window the kernel can be executed on. More... | |
bool | is_window_configured () const |
Function to check if the embedded window of this kernel has been configured. More... | |
Static Public Member Functions | |
static Status | validate (const ITensorInfo *input, const ITensorInfo *block_shape, const ITensorInfo *paddings, const ITensorInfo *output) |
Static function to check if given info will lead to a valid configuration of NESpaceToBatchLayerKernel. More... | |
static Status | validate (const ITensorInfo *input, const int block_shape_x, const int block_shape_y, const Size2D &padding_left, const Size2D &padding_right, const ITensorInfo *output) |
Static function to check if given info will lead to a valid configuration of NESpaceToBatchLayerKernel (Static block shape and paddings) More... | |
Additional Inherited Members | |
![]() | |
static constexpr size_t | default_mws = 1 |
Interface for the space to batch kernel.
Definition at line 37 of file NESpaceToBatchLayerKernel.h.
Default constructor.
Definition at line 97 of file NESpaceToBatchLayerKernel.cpp.
References arm_compute::UNKNOWN.
|
delete |
Prevent instances of this class from being copied (As this class contains pointers)
|
default |
Allow instances of this class to be moved.
|
default |
Default destructor.
void configure | ( | const ITensor * | input, |
const int | block_shape_x, | ||
const int | block_shape_y, | ||
const Size2D & | padding_left, | ||
const Size2D & | padding_right, | ||
ITensor * | output | ||
) |
Initialise the kernel's input and output.
(Static block shape and paddings)
[in] | input | Tensor input. Supported tensor rank: 4. Data types supported: All. |
[in] | block_shape_x | Block shape x value. |
[in] | block_shape_y | Block shape y value. |
[in] | padding_left | The padding at the beginning of every dimension of the output tensor. |
[in] | padding_right | The padding at the end of every dimension of the output tensor. |
[out] | output | Tensor output. Data types supported: same as input |
Definition at line 129 of file NESpaceToBatchLayerKernel.cpp.
References ARM_COMPUTE_ERROR_ON_NULLPTR, ARM_COMPUTE_ERROR_THROW_ON, arm_compute::auto_init_if_empty(), arm_compute::calculate_max_window(), arm_compute::misc::shape_calculator::compute_space_to_batch_shape(), ITensor::info(), arm_compute::test::validation::input, and arm_compute::test::validation::output_shape.
void configure | ( | const ITensor * | input, |
const ITensor * | block_shape, | ||
const ITensor * | paddings, | ||
ITensor * | output | ||
) |
Initialise the kernel's inputs and output.
[in] | input | Tensor input. Supported tensor rank: 4. Data types supported: All. |
[in] | block_shape | 1-D tensor with shape [M]. Supported M: 2. Data types supported: S32 |
[in] | paddings | 2-D tensor with shape [2, M] (First dimension is the fastest-changing dimension). Supported M: 2. Data types supported: S32 |
[out] | output | Tensor output. Data types supported: same as input |
Definition at line 109 of file NESpaceToBatchLayerKernel.cpp.
References ARM_COMPUTE_ERROR_ON_NULLPTR, ARM_COMPUTE_ERROR_THROW_ON, arm_compute::calculate_max_window(), ITensor::info(), arm_compute::test::validation::input, and arm_compute::cpu::kernels::validate_arguments().
|
inlineoverridevirtual |
Name of the kernel.
Implements ICPPKernel.
Definition at line 40 of file NESpaceToBatchLayerKernel.h.
|
delete |
Prevent instances of this class from being copied (As this class contains pointers)
|
default |
Allow instances of this class to be moved.
|
overridevirtual |
Execute the kernel on the passed window.
[in] | window | Region on which to execute the kernel. (Must be a region of the window returned by window()) |
[in] | info | Info about executing thread and CPU. |
Reimplemented from ICPPKernel.
Definition at line 178 of file NESpaceToBatchLayerKernel.cpp.
References ARM_COMPUTE_ERROR_ON_INVALID_SUBWINDOW, ARM_COMPUTE_ERROR_ON_UNCONFIGURED_KERNEL, ARM_COMPUTE_UNUSED, arm_compute::BATCHES, ITensorInfo::dimension(), ITensorInfo::element_size(), arm_compute::execute_window_loop(), Window::first_slice_window_3D(), arm_compute::get_data_layout_dimension_index(), arm_compute::HEIGHT, arm_compute::cpu::height_idx, ITensor::info(), arm_compute::test::validation::info, arm_compute::NCHW, Iterator::ptr(), ITensor::ptr_to_element(), Window::slide_window_slice_3D(), arm_compute::test::validation::w, arm_compute::WIDTH, arm_compute::cpu::width_idx, IKernel::window(), Size2D::x(), Window::x(), Size2D::y(), and Window::y().
|
static |
Static function to check if given info will lead to a valid configuration of NESpaceToBatchLayerKernel (Static block shape and paddings)
[in] | input | Tensor input. Supported tensor rank: 4. Data types supported: All. |
[in] | block_shape_x | Block shape x value. |
[in] | block_shape_y | Block shape y value. |
[in] | padding_left | The padding at the beginning of every dimension of the output tensor. |
[in] | padding_right | The padding at the end of every dimension of the output tensor. |
[in] | output | Tensor output. Data types supported: same as input |
Definition at line 166 of file NESpaceToBatchLayerKernel.cpp.
References ARM_COMPUTE_RETURN_ON_ERROR, and arm_compute::test::validation::input.
|
static |
Static function to check if given info will lead to a valid configuration of NESpaceToBatchLayerKernel.
[in] | input | Tensor input. Supported tensor rank: 4. Data types supported: All. |
[in] | block_shape | 1-D tensor with shape [M]. Supported M: 2. Data types supported: S32 |
[in] | paddings | 2-D tensor with shape [2, M] (First dimension is the fastest-changing dimension). Supported M: 2. Data types supported: S32 |
[in] | output | Tensor output. Data types supported: same as input |
Definition at line 158 of file NESpaceToBatchLayerKernel.cpp.
References ARM_COMPUTE_RETURN_ON_ERROR, arm_compute::test::validation::input, and arm_compute::cpu::kernels::validate_arguments().
Referenced by NESpaceToBatchLayer::validate().