ONE - On-device Neural Engine
|
#include <SpaceToDepth.h>
Public Member Functions | |
SpaceToDepth (const Tensor *input, Tensor *output, const SpaceToDepthParams ¶ms) | |
const Tensor * | input () const |
Tensor * | output () const |
void | configure () override |
void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< SpaceToDepthParams > | |
const SpaceToDepthParams & | params () const |
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::KernelWithParams< SpaceToDepthParams > | |
KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const SpaceToDepthParams ¶ms) | |
Protected Member Functions inherited from luci_interpreter::Kernel | |
Kernel (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs) | |
Protected Attributes inherited from luci_interpreter::KernelWithParams< SpaceToDepthParams > | |
const SpaceToDepthParams | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
const std::vector< const Tensor * > | _inputs |
const std::vector< Tensor * > | _outputs |
Definition at line 30 of file SpaceToDepth.h.
luci_interpreter::kernels::SpaceToDepth::SpaceToDepth | ( | const Tensor * | input, |
Tensor * | output, | ||
const SpaceToDepthParams & | params | ||
) |
Definition at line 26 of file SpaceToDepth.cpp.
References input().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 31 of file SpaceToDepth.cpp.
References luci_interpreter::SpaceToDepthParams::block_size, luci_interpreter::Shape::dim(), input(), output(), output_shape, luci_interpreter::KernelWithParams< SpaceToDepthParams >::params(), luci_interpreter::Tensor::resize(), and luci_interpreter::Tensor::shape().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 57 of file SpaceToDepth.cpp.
References luci_interpreter::SpaceToDepthParams::block_size, luci_interpreter::kernels::getTensorShape(), input(), output(), and luci_interpreter::KernelWithParams< SpaceToDepthParams >::params().
|
inline |
Definition at line 35 of file SpaceToDepth.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and SpaceToDepth().
|
inline |
Definition at line 36 of file SpaceToDepth.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().