Click or drag to resize

DataType Enumeration

http://www.emgu.com
The tensor flow datatype.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public enum DataType
Members
  Member nameValueDescription
Float1 Float
Double2 Double
Int323 Int32 tensors are always in 'host' memory.
Uint84 Uint8
Int165 Int16
Int86 Int8
String7 String
Complex648 Single-precision complex
Complex8 Old identifier kept for API backwards compatibility
Int649 Int64
Bool10 Boolean
Qint811 Quantized int8
Quint812 Quantized uint8
Qint3213 Quantized int32
Bfloat1614 Float32 truncated to 16 bits. Only for cast ops.
Qint1615 Quantized int16
Quint1616 Quantized uint16
Uint1617 Uint16
Complex12818 Double-precision complex
Half19 Half
Resource20 Resource
Variant21 Variant
Uint3222 Uint32
Uint6423 Uint64
See Also