ONNX Runtime
|
Classes | |
struct | OrtTrainingApi |
The Training C API that holds onnxruntime training function pointers. More... | |
Typedefs | |
typedef struct OrtTrainingSession | OrtTrainingSession |
typedef struct OrtCheckpointState | OrtCheckpointState |
typedef enum OrtPropertyType | OrtPropertyType |
Type of property to be added to or returned from the OrtCheckpointState. | |
typedef struct OrtTrainingApi | OrtTrainingApi |
Enumerations | |
enum | OrtPropertyType { OrtIntProperty = 0 , OrtFloatProperty = 1 , OrtStringProperty = 2 } |
Type of property to be added to or returned from the OrtCheckpointState. More... | |
typedef struct OrtCheckpointState OrtCheckpointState |
typedef enum OrtPropertyType OrtPropertyType |
Type of property to be added to or returned from the OrtCheckpointState.
typedef struct OrtTrainingApi OrtTrainingApi |
typedef struct OrtTrainingSession OrtTrainingSession |
enum OrtPropertyType |
Type of property to be added to or returned from the OrtCheckpointState.
Enumerator | |
---|---|
OrtIntProperty | |
OrtFloatProperty | |
OrtStringProperty |