Home
last modified time | relevance | path

Searched refs:disable_per_channel (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc45 bool disable_per_channel, bool fully_quantize, in QuantizeModel() argument
84 quant_specs.disable_per_channel = disable_per_channel; in QuantizeModel()
Dquantize_model.h42 bool disable_per_channel, bool fully_quantize,
/external/tensorflow/tensorflow/lite/python/
Dwrap_toco.py46 def wrapped_experimental_mlir_quantize(input_data_str, disable_per_channel, argument
51 disable_per_channel,
Dconvert.py127 disable_per_channel=False, argument
149 disable_per_channel,
/external/tensorflow/tensorflow/python/lite/
Dtoco_python_api_wrapper.cc59 [](py::object input_contents_txt_raw, bool disable_per_channel, in PYBIND11_MODULE()
62 input_contents_txt_raw.ptr(), disable_per_channel, fully_quantize, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize.cc76 static llvm::cl::opt<bool> disable_per_channel( variable
409 func, is_signed, disable_per_channel || quant_specs_.disable_per_channel, in runOnFunction()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.h46 PyObject* MlirQuantizeModel(PyObject* data, bool disable_per_channel,
Dtoco_python_api.cc238 PyObject* MlirQuantizeModel(PyObject* data, bool disable_per_channel, in MlirQuantizeModel() argument
279 inference_tensor_type, {}, disable_per_channel, fully_quantize, &builder, in MlirQuantizeModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_config.h57 bool disable_per_channel = false; member
Dquantization_driver.cc101 bool disable_per_channel, in QuantizationDriver() argument
107 disable_per_channel_(disable_per_channel), in QuantizationDriver()
926 bool disable_per_channel, in ApplyQuantizationParamsPropagation() argument
930 QuantizationDriver(func, is_signed, disable_per_channel, op_quant_spec_getter, in ApplyQuantizationParamsPropagation()
Dquantization_utils.h565 bool disable_per_channel,