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
 
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...
 

Detailed Description

Typedef Documentation

◆ OrtCheckpointState

◆ OrtPropertyType

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

◆ OrtTrainingApi

◆ OrtTrainingSession

Enumeration Type Documentation

◆ OrtPropertyType

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

Enumerator
OrtIntProperty 
OrtFloatProperty 
OrtStringProperty