/external/tensorflow/tensorflow/lite/tools/optimize/debugging/python/ |
D | debugger.py | 72 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,
|
D | debugger_test.py | 93 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/ |
D | wrap_toco.py | 37 fully_quantize, inference_type, argument 44 input_data_str, disable_per_channel, fully_quantize, inference_type,
|
D | convert.py | 201 fully_quantize=False, argument 236 input_data_str, disable_per_channel, fully_quantize, inference_type,
|
D | lite_test.py | 1317 calibrated_tflite, fully_quantize=True)
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | quantize_model.cc | 55 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()
|
D | quantize_model.h | 46 bool disable_per_channel, bool fully_quantize,
|
D | quantize_model_test.cc | 55 bool fully_quantize = !allow_float; local 58 /*operator_names=*/{}, disable_per_channel, fully_quantize, builder,
|
/external/tensorflow/tensorflow/python/lite/ |
D | toco_python_api_wrapper.cc | 55 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/ |
D | generated_examples_zip_test.cc | 277 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/ |
D | generated_examples_zip_test.cc | 268 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/ |
D | tensorflow.lite.experimental.-quantization-debug-options.pbtxt | 7 …irect_compare_metrics\', \'denylisted_ops\', \'denylisted_nodes\', \'fully_quantize\'], varargs=No…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.lite.experimental.-quantization-debug-options.pbtxt | 7 …irect_compare_metrics\', \'denylisted_ops\', \'denylisted_nodes\', \'fully_quantize\'], varargs=No…
|
/external/tensorflow/tensorflow/lite/toco/python/ |
D | toco_python_api.h | 45 bool fully_quantize, int inference_type,
|
D | toco_python_api.cc | 292 bool fully_quantize, int inference_type, in MlirQuantizeModel() argument 338 disable_per_channel, fully_quantize, &builder, error_reporter.get(), in MlirQuantizeModel()
|