ONE - On-device Neural Engine
|
#include <Fill.h>
Public Member Functions | |
Fill (const Tensor *dims, const Tensor *value, Tensor *output) | |
const Tensor * | dims () const |
const Tensor * | value () 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 |
luci_interpreter::kernels::Fill::Fill | ( | const Tensor * | dims, |
const Tensor * | value, | ||
Tensor * | output | ||
) |
Definition at line 26 of file Fill.cpp.
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 48 of file Fill.cpp.
References dims(), LUCI_INTERPRETER_CHECK, output(), luci_interpreter::Tensor::shape(), and value().
|
inline |
Definition at line 33 of file Fill.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and Fill().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 87 of file Fill.cpp.
References luci_interpreter::kernels::getTensorShape(), output(), and value().
|
inline |
Definition at line 35 of file Fill.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().
|
inline |
Definition at line 34 of file Fill.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and Fill().