Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/debugging/python/
Ddebugger.py72 fully_quantize: bool = False) -> None:
117 self.fully_quantize = fully_quantize
242 fully_quantize=self._debug_options.fully_quantize,
295 fully_quantize=options.fully_quantize,
Ddebugger_test.py93 calibrated, enable_numeric_verify=True, fully_quantize=quantized_io)
167 options.fully_quantize = quantized_io
351 fully_quantize=quantized_io)
376 fully_quantize=quantized_io,
395 fully_quantize=quantized_io)
416 fully_quantize=quantized_io,
/external/tensorflow/tensorflow/lite/python/
Dwrap_toco.py37 fully_quantize, inference_type, argument
44 input_data_str, disable_per_channel, fully_quantize, inference_type,
Dconvert.py201 fully_quantize=False, argument
236 input_data_str, disable_per_channel, fully_quantize, inference_type,
Dlite_test.py1317 calibrated_tflite, fully_quantize=True)
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc55 bool disable_per_channel, bool fully_quantize, in QuantizeModel() argument
101 llvm::dbgs() << "fully_quantize: " << fully_quantize in QuantizeModel()
113 if (fully_quantize) { in QuantizeModel()
Dquantize_model.h46 bool disable_per_channel, bool fully_quantize,
Dquantize_model_test.cc55 bool fully_quantize = !allow_float; local
58 /*operator_names=*/{}, disable_per_channel, fully_quantize, builder,
/external/tensorflow/tensorflow/python/lite/
Dtoco_python_api_wrapper.cc55 bool fully_quantize, int inference_type, int input_data_type, in PYBIND11_MODULE()
60 input_contents_txt_raw.ptr(), disable_per_channel, fully_quantize, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
Dgenerated_examples_zip_test.cc277 bool fully_quantize = false; in TEST_P() local
281 fully_quantize = true; in TEST_P()
296 if (!fully_quantize) { in TEST_P()
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc268 bool fully_quantize = false; in TEST_P() local
272 fully_quantize = true; in TEST_P()
289 if (!fully_quantize) { in TEST_P()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.experimental.-quantization-debug-options.pbtxt7 …irect_compare_metrics\', \'denylisted_ops\', \'denylisted_nodes\', \'fully_quantize\'], varargs=No…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.lite.experimental.-quantization-debug-options.pbtxt7 …irect_compare_metrics\', \'denylisted_ops\', \'denylisted_nodes\', \'fully_quantize\'], varargs=No…
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.h45 bool fully_quantize, int inference_type,
Dtoco_python_api.cc292 bool fully_quantize, int inference_type, in MlirQuantizeModel() argument
338 disable_per_channel, fully_quantize, &builder, error_reporter.get(), in MlirQuantizeModel()