DataType

公開最終列舉 DataType

代表 TensorFlow Lite Tensor 中的元素類型,以列舉形式表示。

繼承的方法

列舉值

公開 靜態最終版本 DataType BOOL

布林值。

公開 靜態最終 DataType FLOAT32

32 位元單精度浮點。

public static final DataType INT16

16 位元帶正負號整數。

public static final DataType INT32

32 位元帶正負號整數。

public static final DataType INT64

64 位元帶正負號整數。

public static final DataType INT8

8 位元帶正負號整數。

public static final DataType STRING

字串。

public static final DataType UINT8

8 位元無正負號整數。