Public API for tf.lite.constants namespace.
| Other Members | |
|---|---|
| FLOAT | Instance of tf.dtypes.DType 32-bit (single precision) floating-point. |
| FLOAT16 | Instance of tf.dtypes.DType 16-bit (half precision) floating-point. |
| GRAPHVIZ_DOT | 3 |
| INT16 | Instance of tf.dtypes.DType Signed 16-bit integer. |
| INT32 | Instance of tf.dtypes.DType Signed 32-bit integer. |
| INT64 | Instance of tf.dtypes.DType Signed 64-bit integer. |
| INT8 | Instance of tf.dtypes.DType Signed 8-bit integer. |
| QUANTIZED_UINT8 | Instance of tf.dtypes.DType Unsigned 8-bit (byte) integer. |
| STRING | Instance of tf.dtypes.DType Variable-length string, represented as byte array. |
| TFLITE | 2 |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/compat/v1/lite/constants