ONNX Runtime
Loading...
Searching...
No Matches
Ort Training C API

Classes

struct  OrtTrainingApi
 The Training C API that holds onnxruntime training function pointers. More...
 

Typedefs

typedef struct OrtTrainingSession OrtTrainingSession
 
typedef struct OrtCheckpointState OrtCheckpointState
 

Enumerations

enum  OrtPropertyType { OrtIntProperty = 0 , OrtFloatProperty = 1 , OrtStringProperty = 2 }
 Type of property to be added to or returned from the OrtCheckpointState. More...
 

Detailed Description

Typedef Documentation

◆ OrtCheckpointState

◆ OrtTrainingSession

Enumeration Type Documentation

◆ OrtPropertyType

Type of property to be added to or returned from the OrtCheckpointState.

Enumerator
OrtIntProperty 
OrtFloatProperty 
OrtStringProperty