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

Public Member Functions | |
| const Params & | 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 |
| virtual void | configure ()=0 |
| virtual void | execute () const =0 |
Protected Member Functions | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const Params ¶ms) | |
Protected Member Functions inherited from luci_interpreter::Kernel | |
| Kernel (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs) | |
Protected Attributes | |
| const Params | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
| const std::vector< const Tensor * > | _inputs |
| const std::vector< Tensor * > | _outputs |
|
inlineprotected |
Definition at line 60 of file Kernel.h.
|
inline |
Definition at line 67 of file Kernel.h.
References luci_interpreter::KernelWithParams< Params >::_params.
|
protected |
Definition at line 70 of file Kernel.h.
Referenced by luci_interpreter::KernelWithParams< Params >::params().