ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro Namespace Reference

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
}
 

Enumeration Type Documentation

◆ OMLoss

Enumerator
BINARY_CROSS_ENTROPY 
CROSS_ENTROPY 
MSE 
MAE 
SPARSE_CROSS_ENTROPY 

Definition at line 51 of file OMConfig.h.

◆ OMMetrics

Enumerator
MSE_METRICS 
MAE_METRICS 
CROSS_ENTROPY_METRICS 
ACCURACY 
SPARSE_CROSS_ENTROPY_ACCURACY 
NONE 

Definition at line 38 of file OMConfig.h.

◆ OMStatus

Enumerator
Ok 
UnsupportedType 
UnsupportedQuantizationType 
UnsupportedActivation 
UnsupportedOp 
UnknownError 
ModelNotImport 
FailedCheckCondition 
NoQuantization 
UnsupportedDynamicShapeCase 
FailReadWOFFile 
FailReadCheckpointFile 
CmsisNNError 

Definition at line 23 of file OMStatus.h.

◆ OMTrainOptimizer

Enumerator
SGD 
ADAM 

Definition at line 29 of file OMConfig.h.

30{
31 SGD,
32 ADAM,
33};