Home
last modified time | relevance | path

Searched refs:QUANTIZED_UINT8 (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/lite/g3doc/convert/
Dcmdline_reference.md71 `QUANTIZED_UINT8`.
82 (`--inference_type=QUANTIZED_UINT8`), no dequantization is performed by
97 `--inference_input_type`). Must be `{FLOAT, QUANTIZED_UINT8}`.
106 * If `QUANTIZED_UINT8`, then real-numbers arrays will be quantized as
114 added immediately after the input array. Must be `{FLOAT, QUANTIZED_UINT8}`.
Dquantization.md32 converter.inference_type = tf.lite.constants.QUANTIZED_UINT8
Dpython_api.md152 `QUANTIZED_UINT8`. Run `help(tf.lite.TFLiteConverter)` in the Python
173 converter.inference_type = tf.lite.constants.QUANTIZED_UINT8
Dcmdline_examples.md111 --inference_type=QUANTIZED_UINT8 \
136 --inference_type=QUANTIZED_UINT8 \
/external/tensorflow/tensorflow/lite/python/
Dconvert_test.py78 inference_type=lite_constants.QUANTIZED_UINT8,
92 inference_type=lite_constants.QUANTIZED_UINT8)
141 inference_type=lite_constants.QUANTIZED_UINT8,
186 inference_type=lite_constants.QUANTIZED_UINT8)
398 _types_pb2.QUANTIZED_UINT8)
Dtflite_convert.py60 return lite_constants.QUANTIZED_UINT8
140 if converter.inference_type == lite_constants.QUANTIZED_UINT8:
181 if converter.inference_type == lite_constants.QUANTIZED_UINT8:
Dconvert.py65 dtypes.uint8: _types_pb2.QUANTIZED_UINT8,
354 if toco.inference_input_type == _types_pb2.QUANTIZED_UINT8:
406 if toco_flags.inference_input_type == _types_pb2.QUANTIZED_UINT8:
Dlite_constants.py30 QUANTIZED_UINT8 = dtypes.uint8 variable
Dlite_test.py158 converter.inference_type = lite_constants.QUANTIZED_UINT8
203 converter.inference_type = lite_constants.QUANTIZED_UINT8
430 converter.inference_input_type = lite_constants.QUANTIZED_UINT8
461 converter.inference_type = lite_constants.QUANTIZED_UINT8
Dlite.py747 if self.inference_type == constants.QUANTIZED_UINT8:
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.constants.pbtxt20 name: "QUANTIZED_UINT8"
/external/tensorflow/tensorflow/lite/python/testdata/
DBUILD27 "--inference_type=QUANTIZED_UINT8",
/external/tensorflow/tensorflow/lite/toco/
Dtypes.proto27 QUANTIZED_UINT8 = 2; enumerator
Dmodel_flags.proto64 // When this data_type is quantized (e.g. QUANTIZED_UINT8), the
76 // between FLOAT and quantized types (e.g. QUANTIZED_UINT8).
Dtoco_cmdline_flags.cc321 if (toco_flags->inference_type() == IODataType::QUANTIZED_UINT8) { in ReadTocoFlagsFromCommandLineFlags()
Dtoco_tooling.cc246 (inference_type == QUANTIZED_UINT8 || inference_type == QUANTIZED_INT16); in TransformWithStatus()
Dtoco_flags.proto83 // - If QUANTIZED_UINT8, then real-numbers arrays will be quantized
Dtooling_util.cc2258 case QUANTIZED_UINT8: in ConvertIODataTypeToArrayDataType()
/external/tensorflow/tensorflow/contrib/quantize/
DREADME.md101 --inference_type=QUANTIZED_UINT8 \
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
DREADME.md99 --inference_type=QUANTIZED_UINT8 --mean_values=0 --std_values=2 \