ONE - On-device Neural Engine
|
#include <Div.h>
Public Member Functions | |
Div (const Tensor *input1, const Tensor *input2, Tensor *output, const DivParams ¶ms) | |
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::KernelWithParams< DivParams > | |
const DivParams & | 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< DivParams > | |
KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const DivParams ¶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< DivParams > | |
const DivParams | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
const std::vector< const Tensor * > | _inputs |
const std::vector< Tensor * > | _outputs |
luci_interpreter::kernels::Div::Div | ( | const Tensor * | input1, |
const Tensor * | input2, | ||
Tensor * | output, | ||
const DivParams & | params | ||
) |
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 34 of file Div.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 42 of file Div.cpp.
References input1().
|
inline |
Definition at line 33 of file Div.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), Div(), and execute().
|
inline |
Definition at line 34 of file Div.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and Div().
|
inline |
Definition at line 35 of file Div.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure().