Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.constants.pbtxt32 name: "QUANTIZED_UINT8"
/external/tensorflow/tensorflow/lite/python/
Dlite_constants.py31 QUANTIZED_UINT8 = dtypes.uint8 variable
Dconvert.py44 _quantized_inference_types = [_types_pb2.QUANTIZED_UINT8, _types_pb2.INT8]
Dutil_test.py54 _types_pb2.QUANTIZED_UINT8)
Dutil.py57 dtypes.uint8: _types_pb2.QUANTIZED_UINT8,
/external/tensorflow/tensorflow/lite/testing/
Dtflite_model_test.bzl120 "--inference_type=QUANTIZED_UINT8",
121 "--inference_input_type=QUANTIZED_UINT8",
/external/tensorflow/tensorflow/lite/toco/
Dtypes.proto27 QUANTIZED_UINT8 = 2; enumerator
Dmodel_flags.proto71 // When this data_type is quantized (e.g. QUANTIZED_UINT8), the
83 // between FLOAT and quantized types (e.g. QUANTIZED_UINT8).
Dtoco_cmdline_flags.cc338 if (toco_flags->inference_type() == IODataType::QUANTIZED_UINT8) { in ReadTocoFlagsFromCommandLineFlags()
Dtoco_tooling.cc251 (inference_type == QUANTIZED_UINT8 || inference_type == QUANTIZED_INT16); in TransformWithStatus()
Dtoco_flags.proto84 // - If QUANTIZED_UINT8, then real-numbers arrays will be quantized
Dtooling_util.cc2302 case QUANTIZED_UINT8: in ConvertIODataTypeToArrayDataType()
/external/tensorflow/tensorflow/lite/python/testdata/
DBUILD37 "--inference_type=QUANTIZED_UINT8",
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc114 case toco::IODataType::QUANTIZED_UINT8: in ConvertIODataTypeToDataType()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc265 case toco::IODataType::QUANTIZED_UINT8: in MlirQuantizeModel()