Click or drag to resize

DataType Enumeration

https://www.emgu.com
Types supported by tensor

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public enum DataType
Members
  Member nameValueDescription
NoType0 No type
Float321 single precision float
Int322 Int32
UInt83 UInt8
Int644 Int64
String5 String
Bool6 Bool
Int167 Bool
Complex648 Complex64
See Also