http://www.emgu.com
The tensor flow datatype.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
SyntaxPublic Enumeration DataType
public enum class DataType
Members
| Member name | Value | Description |
---|
| Float | 1 |
Float
|
| Double | 2 |
Double
|
| Int32 | 3 |
Int32 tensors are always in 'host' memory.
|
| Uint8 | 4 |
Uint8
|
| Int16 | 5 |
Int16
|
| Int8 | 6 |
Int8
|
| String | 7 |
String
|
| Complex64 | 8 |
Single-precision complex
|
| Complex | 8 |
Old identifier kept for API backwards compatibility
|
| Int64 | 9 |
Int64
|
| Bool | 10 |
Boolean
|
| Qint8 | 11 |
Quantized int8
|
| Quint8 | 12 |
Quantized uint8
|
| Qint32 | 13 |
Quantized int32
|
| Bfloat16 | 14 |
Float32 truncated to 16 bits. Only for cast ops.
|
| Qint16 | 15 |
Quantized int16
|
| Quint16 | 16 |
Quantized uint16
|
| Uint16 | 17 |
Uint16
|
| Complex128 | 18 |
Double-precision complex
|
| Half | 19 |
Half
|
| Resource | 20 |
Resource
|
| Variant | 21 |
Variant
|
| Uint32 | 22 |
Uint32
|
| Uint64 | 23 |
Uint64
|
See Also