ONE - On-device Neural Engine
|
#include <Split.h>
Public Member Functions | |
Split (const Tensor *axis, const Tensor *input, std::vector< Tensor * > outputs) | |
const Tensor * | axis () const |
const Tensor * | input () const |
Tensor * | output (int index) 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::Split::Split | ( | const Tensor * | axis, |
const Tensor * | input, | ||
std::vector< Tensor * > | outputs | ||
) |
Definition at line 28 of file Split.cpp.
|
inline |
Definition at line 33 of file Split.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and Split().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 33 of file Split.cpp.
References luci_interpreter::Kernel::_outputs, axis(), luci_interpreter::Shape::dim(), input(), luci_interpreter::Shape::num_dims(), output(), output_shape, luci_interpreter::Tensor::resize(), and luci_interpreter::Tensor::shape().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 53 of file Split.cpp.
References luci_interpreter::Kernel::_outputs, input(), and TF_LITE_SPLIT.
|
inline |
Definition at line 34 of file Split.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and Split().
|
inline |
Definition at line 35 of file Split.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure().