ORTTensorElementDataType
Objective-C
enum ORTTensorElementDataType : int32_t {}
                Swift
enum ORTTensorElementDataType : Int32, @unchecked Sendable
                The ORT tensor element data types. Currently, a subset of all types is supported.
- 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeUndefinedSwift
case undefined = 0 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeFloatSwift
case float = 1 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeInt8Swift
case int8 = 2 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeUInt8Swift
case uInt8 = 3 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeInt32Swift
case int32 = 4 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeUInt32Swift
case uInt32 = 5 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeInt64Swift
case int64 = 6 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeUInt64Swift
case uInt64 = 7 - 
                  
                  
Declaration
Objective-C
ORTTensorElementDataTypeStringSwift
case string = 8 
View on GitHub
        ORTTensorElementDataType Enumeration Reference