ORTTensorElementDataType
Objective-C
enum ORTTensorElementDataType : int32_t {}
Swift
enum ORTTensorElementDataType : Int32
The ORT tensor element data types. Currently, a subset of all types is supported.
-
Declaration
Objective-C
ORTTensorElementDataTypeUndefined
Swift
case undefined = 0
-
Declaration
Objective-C
ORTTensorElementDataTypeFloat
Swift
case float = 1
-
Declaration
Objective-C
ORTTensorElementDataTypeInt8
Swift
case int8 = 2
-
Declaration
Objective-C
ORTTensorElementDataTypeUInt8
Swift
case uInt8 = 3
-
Declaration
Objective-C
ORTTensorElementDataTypeInt32
Swift
case int32 = 4
-
Declaration
Objective-C
ORTTensorElementDataTypeUInt32
Swift
case uInt32 = 5