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

Public Member Functions | |
| InstanceNorm (const Tensor *input, const Tensor *gamma, const Tensor *beta, Tensor *output, const InstanceNormParams ¶ms) | |
| const Tensor * | input () const |
| const Tensor * | gamma () const |
| const Tensor * | beta () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
| InstanceNorm (const Tensor *input, const Tensor *gamma, const Tensor *beta, Tensor *output, const InstanceNormParams ¶ms) | |
| const Tensor * | input () const |
| const Tensor * | gamma () const |
| const Tensor * | beta () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< InstanceNormParams > | |
| const InstanceNormParams & | 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< InstanceNormParams > | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const InstanceNormParams ¶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< InstanceNormParams > | |
| const InstanceNormParams | _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 InstanceNorm.h.
| luci_interpreter::kernels::InstanceNorm::InstanceNorm | ( | const Tensor * | input, |
| const Tensor * | gamma, | ||
| const Tensor * | beta, | ||
| Tensor * | output, | ||
| const InstanceNormParams & | params | ||
| ) |
Definition at line 29 of file InstanceNorm.cpp.
| luci_interpreter::kernels::InstanceNorm::InstanceNorm | ( | const Tensor * | input, |
| const Tensor * | gamma, | ||
| const Tensor * | beta, | ||
| Tensor * | output, | ||
| const InstanceNormParams & | params | ||
| ) |
Definition at line 36 of file InstanceNorm.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and InstanceNorm().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 35 of file InstanceNorm.cpp.
References beta(), gamma(), input(), LUCI_INTERPRETER_CHECK, output(), and luci_interpreter::Tensor::resize().
|
overridevirtual |
Implements luci_interpreter::Kernel.
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 69 of file InstanceNorm.cpp.
References input().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 35 of file InstanceNorm.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and InstanceNorm().
Definition at line 34 of file InstanceNorm.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and InstanceNorm().
|
inline |
Definition at line 37 of file InstanceNorm.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure().
|
inline |