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

Public Member Functions | |
| OMAxisData (int32_t *data, const circle::Tensor *tensor) | |
| IntType * | Get () noexcept override |
| const IntType * | Get () const noexcept override |
Public Member Functions inherited from onert_micro::core::OMTensorData< TData, TValue > | |
| OMTensorData (TData *data, const circle::Tensor *tensor) | |
| size_t | Size () const noexcept |
| bool | IsNull () const noexcept |
| template<typename R = TValue> | |
| EnableIfNotConst< R, R > | At (size_t idx) |
| TValue | At (size_t idx) const |
| template<typename R = TValue> | |
| EnableIfNotConst< R, void > | SetAt (size_t idx, R value) |
Additional Inherited Members | |
Protected Member Functions inherited from onert_micro::core::OMTensorData< TData, TValue > | |
| virtual bool | CheckIndex (size_t idx) const |
Protected Attributes inherited from onert_micro::core::OMTensorData< TData, TValue > | |
| TData * | _data = nullptr |
| size_t | _size = 0 |
Definition at line 87 of file OMCustomTensorData.h.
|
inline |
Definition at line 92 of file OMCustomTensorData.h.
References onert_micro::core::OMTensorData< TData, TValue >::_size, and offset().
|
inlineoverridevirtualnoexcept |
Reimplemented from onert_micro::core::OMTensorData< TData, TValue >.
Definition at line 114 of file OMCustomTensorData.h.
|
inlineoverridevirtualnoexcept |
Reimplemented from onert_micro::core::OMTensorData< TData, TValue >.
Definition at line 109 of file OMCustomTensorData.h.