ONE - On-device Neural Engine
|
#include <OMRuntimeData.h>
Public Member Functions | |
template<class RuntimeKernel > | |
OMInputContext (const RuntimeKernel &rtk) | |
~OMInputContext () override=default | |
const OMTensorData< const T > & | Data () const 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< const T > | _data |
![]() | |
const circle::Tensor * | _tensor |
OMRuntimeShape | _shape |
Definition at line 80 of file OMRuntimeData.h.
|
inlineexplicit |
Definition at line 87 of file OMRuntimeData.h.
References onert_micro::core::OMInputContext< T, InputTensorIdx >::_data, and onert_micro::core::OMTensorData< T >::IsNull().
|
overridedefault |
|
inlinenoexcept |
Definition at line 97 of file OMRuntimeData.h.
References onert_micro::core::OMInputContext< T, InputTensorIdx >::_data.
|
protected |
Definition at line 83 of file OMRuntimeData.h.
Referenced by onert_micro::core::OMInputContext< T, InputTensorIdx >::Data(), and onert_micro::core::OMInputContext< T, InputTensorIdx >::OMInputContext().