|
ONE - On-device Neural Engine
|
#include <L2Normalize.h>

Public Member Functions | |
| L2Normalize (const Tensor *input, Tensor *output, const L2NormParams ¶ms) | |
| const Tensor * | input () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< L2NormParams > | |
| const L2NormParams & | 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< L2NormParams > | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const L2NormParams ¶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< L2NormParams > | |
| const L2NormParams | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
| const std::vector< const Tensor * > | _inputs |
| const std::vector< Tensor * > | _outputs |
Definition at line 28 of file L2Normalize.h.
| L2Normalize::L2Normalize | ( | const Tensor * | input, |
| Tensor * | output, | ||
| const L2NormParams & | params | ||
| ) |
Definition at line 30 of file L2Normalize.cpp.
References input().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 35 of file L2Normalize.cpp.
References input(), LUCI_INTERPRETER_CHECK, output(), luci_interpreter::KernelWithParams< L2NormParams >::params(), and luci_interpreter::Tensor::resize().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 50 of file L2Normalize.cpp.
References input(), luci::must_cast(), and output().
Definition at line 33 of file L2Normalize.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and L2Normalize().
|
inline |
Definition at line 34 of file L2Normalize.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().