|
ONE - On-device Neural Engine
|
Namespaces | |
| namespace | core |
| namespace | execute |
| namespace | import |
| namespace | optimize |
| namespace | test_model |
| namespace | train |
Data Structures | |
| struct | OMConfig |
| class | OMInterpreter |
| struct | OMTrainingContext |
| class | OMTrainingInterpreter |
Enumerations | |
| enum | OMTrainOptimizer { SGD , ADAM } |
| enum | OMMetrics { MSE_METRICS , MAE_METRICS , CROSS_ENTROPY_METRICS , ACCURACY , SPARSE_CROSS_ENTROPY_ACCURACY , NONE } |
| enum | OMLoss { BINARY_CROSS_ENTROPY , CROSS_ENTROPY , MSE , MAE , SPARSE_CROSS_ENTROPY } |
| enum | OMStatus { Ok , UnsupportedType , UnsupportedQuantizationType , UnsupportedActivation , UnsupportedOp , UnknownError , ModelNotImport , FailedCheckCondition , NoQuantization , UnsupportedDynamicShapeCase , FailReadWOFFile , FailReadCheckpointFile , CmsisNNError } |
| enum onert_micro::OMLoss |
| Enumerator | |
|---|---|
| BINARY_CROSS_ENTROPY | |
| CROSS_ENTROPY | |
| MSE | |
| MAE | |
| SPARSE_CROSS_ENTROPY | |
Definition at line 51 of file OMConfig.h.
| Enumerator | |
|---|---|
| MSE_METRICS | |
| MAE_METRICS | |
| CROSS_ENTROPY_METRICS | |
| ACCURACY | |
| SPARSE_CROSS_ENTROPY_ACCURACY | |
| NONE | |
Definition at line 38 of file OMConfig.h.
Definition at line 23 of file OMStatus.h.