Home
last modified time | relevance | path

Searched defs:fully_quantize (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dwrap_toco.py37 fully_quantize, inference_type, argument
H A Dconvert.py201 fully_quantize=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/lite/
H A Dtoco_python_api_wrapper.cc58 py::object node_blocklist) { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_model.cc55 bool disable_per_channel, bool fully_quantize, in QuantizeModel()
H A Dquantize_model_test.cc55 bool fully_quantize = !allow_float; local
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dgenerated_examples_zip_test.cc268 bool fully_quantize = false; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
H A Dgenerated_examples_zip_test.cc277 bool fully_quantize = false; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/python/
H A Dtoco_python_api.cc292 bool fully_quantize, int inference_type, in MlirQuantizeModel()