ONE - On-device Neural Engine
|
Data Structures | |
struct | AllocationNodeInformation |
class | ExecutionPlanner |
class | IScratchpadHelper |
class | ScratchpadHelperCMSISNN |
class | ScratchpadHelperLinux |
class | ScratchpadHelperMCU |
struct | TargetPlatform |
Enumerations | |
enum | SupportedPlatformType { LINUX , MCU , CMSISNN } |
enum | RuntimeType { ONERT_MICRO , LUCI_INTERPRETER } |
enum | AllocatingMode { COMMON , SPLIT } |
Enumerator | |
---|---|
ONERT_MICRO | |
LUCI_INTERPRETER |
Definition at line 30 of file TargetPlatform.h.
Enumerator | |
---|---|
LINUX | |
MCU | |
CMSISNN |
Definition at line 23 of file TargetPlatform.h.