ONE - On-device Neural Engine
|
Data Structures | |
struct | Action |
Action represents operation in inference sequence that is needed to. More... | |
struct | CallFunction |
struct | CreateTmp |
struct | DestroyTmp |
struct | TensorDescriptor |
Represents variable used in artifact. This variable can store inputs, outputs of network and temporary data. More... | |
struct | TransposeTensor |
Variables | |
const size_t | INVALID_TENSOR_ID = std::numeric_limits<size_t>::max() |
const size_t nnc::sir::INVALID_TENSOR_ID = std::numeric_limits<size_t>::max() |
Definition at line 35 of file SequencedIR.h.