ONE - On-device Neural Engine
|
#include <OMRuntimeData.h>
Public Member Functions | |
template<class RuntimeKernel > | |
OMOutputContext (const RuntimeKernel &rtk) | |
~OMOutputContext () override=default | |
OMTensorData< T > & | Data () noexcept |
![]() | |
OMBaseContext (const circle::Tensor *tensor) | |
virtual | ~OMBaseContext ()=default |
const circle::Tensor * | Tensor () const noexcept |
const OMRuntimeShape & | Shape () const noexcept |
const int32_t * | Dims () const |
size_t | DimsCount () const |
size_t | ShapeFlatSize () const |
Protected Attributes | |
OMTensorData< T > | _data |
![]() | |
const circle::Tensor * | _tensor |
OMRuntimeShape | _shape |
Definition at line 106 of file OMRuntimeData.h.
|
inlineexplicit |
Definition at line 113 of file OMRuntimeData.h.
References onert_micro::core::OMOutputContext< T, OutputTensorIdx >::_data.
|
overridedefault |
|
inlinenoexcept |
Definition at line 123 of file OMRuntimeData.h.
References onert_micro::core::OMOutputContext< T, OutputTensorIdx >::_data.
|
protected |
Definition at line 109 of file OMRuntimeData.h.
Referenced by onert_micro::core::OMOutputContext< T, OutputTensorIdx >::Data(), and onert_micro::core::OMOutputContext< T, OutputTensorIdx >::OMOutputContext().