ONE - On-device Neural Engine
|
#include <Log.h>
Public Member Functions | |
Log (const Tensor *input, Tensor *output) | |
const Tensor * | input () 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 28 of file Log.cpp.
References input().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 30 of file Log.cpp.
References input(), output(), and luci_interpreter::Tensor::resize().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 32 of file Log.cpp.
References input().
|
inline |
Definition at line 32 of file Log.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and Log().
|
inline |
Definition at line 33 of file Log.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure().