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

Public Member Functions | |
| CumSum (const Tensor *input, const Tensor *axis, Tensor *output, const CumSumParams ¶ms) | |
| const Tensor * | input () const |
| const Tensor * | axis () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< CumSumParams > | |
| const CumSumParams & | 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< CumSumParams > | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const CumSumParams ¶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< CumSumParams > | |
| const CumSumParams | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
| const std::vector< const Tensor * > | _inputs |
| const std::vector< Tensor * > | _outputs |
| luci_interpreter::kernels::CumSum::CumSum | ( | const Tensor * | input, |
| const Tensor * | axis, | ||
| Tensor * | output, | ||
| const CumSumParams & | params | ||
| ) |
Definition at line 28 of file CumSum.cpp.
Definition at line 36 of file CumSum.h.
References luci_interpreter::Kernel::_inputs.
Referenced by onert.experimental.train.metrics.categorical_accuracy.CategoricalAccuracy::__init__(), configure(), CumSum(), execute(), and onert.experimental.train.metrics.categorical_accuracy.CategoricalAccuracy::update_state().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 33 of file CumSum.cpp.
References axis(), input(), LUCI_INTERPRETER_CHECK, output(), and luci_interpreter::Tensor::resize().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 44 of file CumSum.cpp.
References axis(), luci_interpreter::kernels::getTensorShape(), input(), luci::must_cast(), output(), and luci_interpreter::KernelWithParams< CumSumParams >::params().
Definition at line 35 of file CumSum.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), CumSum(), and execute().
|
inline |
Definition at line 37 of file CumSum.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().