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

Public Member Functions | |
| LogicalAnd (const Tensor *input1, const Tensor *input2, Tensor *output) | |
| const Tensor * | input1 () const |
| const Tensor * | input2 () 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 LogicalAnd.h.
| luci_interpreter::kernels::LogicalAnd::LogicalAnd | ( | const Tensor * | input1, |
| const Tensor * | input2, | ||
| Tensor * | output | ||
| ) |
Definition at line 29 of file LogicalAnd.cpp.
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 34 of file LogicalAnd.cpp.
References luci_interpreter::kernels::calculateShapeForBroadcast(), input1(), input2(), LUCI_INTERPRETER_CHECK, output(), and luci_interpreter::Tensor::resize().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 41 of file LogicalAnd.cpp.
References input1().
Definition at line 33 of file LogicalAnd.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and LogicalAnd().
Definition at line 34 of file LogicalAnd.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and LogicalAnd().
|
inline |
Definition at line 35 of file LogicalAnd.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure().