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

Public Member Functions | |
| template<class RuntimeKernel > | |
| OMDataContext (RuntimeKernel &rt_kernel) | |
| virtual | ~OMDataContext ()=default |
| auto & | Input () |
| auto & | Output () |
Protected Attributes | |
| OMInputContext< T > | _input |
| OMOutputContext< T > | _output |
Definition at line 140 of file OMRuntimeData.h.
|
inlineexplicit |
Definition at line 148 of file OMRuntimeData.h.
|
virtualdefault |
|
inline |
Definition at line 157 of file OMRuntimeData.h.
References onert_micro::core::OMDataContext< T, Mixins >::_input.
|
inline |
Definition at line 162 of file OMRuntimeData.h.
References onert_micro::core::OMDataContext< T, Mixins >::_output.
|
protected |
Definition at line 143 of file OMRuntimeData.h.
Referenced by onert_micro::core::OMDataContext< T, Mixins >::Input().
|
protected |
Definition at line 144 of file OMRuntimeData.h.
Referenced by onert_micro::core::OMDataContext< T, Mixins >::Output().