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

Public Member Functions | |
| LocalResponseNormalization (const Tensor *input, Tensor *output, const LocalResponseNormalizationParams ¶ms) | |
| const Tensor * | input () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
| LocalResponseNormalization (const Tensor *input, Tensor *output, const LocalResponseNormalizationParams ¶ms) | |
| const Tensor * | input () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< LocalResponseNormalizationParams > | |
| const LocalResponseNormalizationParams & | 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< LocalResponseNormalizationParams > | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const LocalResponseNormalizationParams ¶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< LocalResponseNormalizationParams > | |
| const LocalResponseNormalizationParams | _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 LocalResponseNormalization.h.
| luci_interpreter::kernels::LocalResponseNormalization::LocalResponseNormalization | ( | const Tensor * | input, |
| Tensor * | output, | ||
| const LocalResponseNormalizationParams & | params | ||
| ) |
Definition at line 31 of file LocalResponseNormalization.cpp.
References input().
| luci_interpreter::kernels::LocalResponseNormalization::LocalResponseNormalization | ( | const Tensor * | input, |
| Tensor * | output, | ||
| const LocalResponseNormalizationParams & | params | ||
| ) |
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 37 of file LocalResponseNormalization.cpp.
References input(), LUCI_INTERPRETER_CHECK, output(), and luci_interpreter::Tensor::resize().
|
overridevirtual |
Implements luci_interpreter::Kernel.
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 45 of file LocalResponseNormalization.cpp.
References luci_interpreter::LocalResponseNormalizationParams::alpha, luci_interpreter::LocalResponseNormalizationParams::beta, luci_interpreter::LocalResponseNormalizationParams::bias, luci_interpreter::kernels::getTensorShape(), input(), luci::must_cast(), output(), luci_interpreter::KernelWithParams< LocalResponseNormalizationParams >::params(), and luci_interpreter::LocalResponseNormalizationParams::radius.
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 34 of file LocalResponseNormalization.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and LocalResponseNormalization().
Definition at line 34 of file LocalResponseNormalization.h.
References luci_interpreter::Kernel::_inputs.
|
inline |
Definition at line 35 of file LocalResponseNormalization.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().
|
inline |
Definition at line 35 of file LocalResponseNormalization.h.
References luci_interpreter::Kernel::_outputs.