Enum TensorElementType
Supported Tensor DataType
Namespace: Microsoft.ML.OnnxRuntime.Tensors
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public enum TensorElementType
Fields
| Name | Description |
|---|---|
| BFloat16 | Supported Tensor DataType |
| Bool | Supported Tensor DataType |
| Complex128 | Supported Tensor DataType |
| Complex64 | Supported Tensor DataType |
| DataTypeMax | Supported Tensor DataType |
| Double | Supported Tensor DataType |
| Float | Supported Tensor DataType |
| Float16 | Supported Tensor DataType |
| Int16 | Supported Tensor DataType |
| Int32 | Supported Tensor DataType |
| Int64 | Supported Tensor DataType |
| Int8 | Supported Tensor DataType |
| String | Supported Tensor DataType |
| UInt16 | Supported Tensor DataType |
| UInt32 | Supported Tensor DataType |
| UInt64 | Supported Tensor DataType |
| UInt8 | Supported Tensor DataType |