ONE - On-device Neural Engine
|
#include <BatchToSpaceND.h>
Public Member Functions | |
BatchToSpaceND (const Tensor *input, const Tensor *block_shape, const Tensor *crops, Tensor *output) | |
const Tensor * | input () const |
const Tensor * | block_shape () const |
const Tensor * | crops () const |
Tensor * | output () const |
void | configure () override |
void | execute () const override |
Public Member Functions inherited from luci_interpreter::Kernel | |
virtual | ~Kernel ()=default |
const std::vector< const Tensor * > & | getInputTensors () const |
const std::vector< Tensor * > & | getOutputTensors () const |
Additional Inherited Members | |
Protected Member Functions inherited from luci_interpreter::Kernel | |
Kernel (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs) | |
Protected Attributes inherited from luci_interpreter::Kernel | |
const std::vector< const Tensor * > | _inputs |
const std::vector< Tensor * > | _outputs |
Definition at line 27 of file BatchToSpaceND.h.
luci_interpreter::kernels::BatchToSpaceND::BatchToSpaceND | ( | const Tensor * | input, |
const Tensor * | block_shape, | ||
const Tensor * | crops, | ||
Tensor * | output | ||
) |
Definition at line 37 of file BatchToSpaceND.cpp.
References block_shape(), crops(), and input().
|
inline |
Definition at line 34 of file BatchToSpaceND.h.
References luci_interpreter::Kernel::_inputs.
Referenced by BatchToSpaceND(), configure(), and execute().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 43 of file BatchToSpaceND.cpp.
References block_shape(), crops(), luci_interpreter::Tensor::data(), luci_interpreter::Shape::dim(), input(), LUCI_INTERPRETER_CHECK, luci_interpreter::Shape::num_dims(), output(), output_shape, luci_interpreter::Tensor::resize(), and luci_interpreter::Tensor::shape().
|
inline |
Definition at line 35 of file BatchToSpaceND.h.
References luci_interpreter::Kernel::_inputs.
Referenced by BatchToSpaceND(), configure(), and execute().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 81 of file BatchToSpaceND.cpp.
References block_shape(), crops(), luci_interpreter::kernels::getTensorShape(), input(), and output().
|
inline |
Definition at line 33 of file BatchToSpaceND.h.
References luci_interpreter::Kernel::_inputs.
Referenced by BatchToSpaceND(), configure(), and execute().
|
inline |
Definition at line 36 of file BatchToSpaceND.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().