ONE - On-device Neural Engine
|
Action represents operation in inference sequence that is needed to. More...
#include <SequencedIR.h>
Public Types | |
enum class | Type { createTmp , destroyTmp , callFunction , transposeTensor } |
Public Member Functions | |
Action (Type t) | |
virtual | ~Action ()=default |
Data Fields | |
Type | type |
Action represents operation in inference sequence that is needed to.
Definition at line 66 of file SequencedIR.h.
|
strong |
Defines which type of action to perform createTmp responsible for creation of temporary tensor in inference sequence destroyTmp responsible for deletion of temporary tensor transpose
Enumerator | |
---|---|
createTmp | |
destroyTmp | |
callFunction | |
transposeTensor |
Definition at line 75 of file SequencedIR.h.
|
inlineexplicit |
Definition at line 83 of file SequencedIR.h.
|
virtualdefault |
Type nnc::sir::Action::type |
Definition at line 87 of file SequencedIR.h.