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

Public Member Functions | |
| CreateTmp (size_t tid) | |
Public Member Functions inherited from nnc::sir::Action | |
| Action (Type t) | |
| virtual | ~Action ()=default |
Data Fields | |
| size_t | tensorId |
Data Fields inherited from nnc::sir::Action | |
| Type | type |
Additional Inherited Members | |
Public Types inherited from nnc::sir::Action | |
| enum class | Type { createTmp , destroyTmp , callFunction , transposeTensor } |
Definition at line 103 of file SequencedIR.h.
|
inlineexplicit |
Definition at line 106 of file SequencedIR.h.
| size_t nnc::sir::CreateTmp::tensorId |
Definition at line 108 of file SequencedIR.h.