Home
last modified time | relevance | path

Searched defs:disable_per_channel (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dwrap_toco.py36 def wrapped_experimental_mlir_quantize(input_data_str, disable_per_channel, argument
Dlite_v2_test.py1203 def testDisablePerChannelQuantization(self, disable_per_channel=False, argument
2462 disable_per_channel=False, argument
2567 disable_per_channel, argument
2796 disable_per_channel, argument
Dconvert.py200 disable_per_channel=False, argument
Dlite_test.py400 disable_per_channel=False, argument
Dlite.py238 disable_per_channel=False, argument
/external/tensorflow/tensorflow/python/lite/
Dtoco_python_api_wrapper.cc58 py::object node_blocklist) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc55 bool disable_per_channel, bool fully_quantize, in QuantizeModel()
Dquantize_weights.cc82 bool disable_per_channel, bool weight_only_quantization, in QuantizeWeights()
Dquantize_model_test.cc51 bool disable_per_channel = false, in QuantizeModel()
100 bool disable_per_channel, ErrorReporter* error_reporter) { in QuantizeModelAllOperators()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py150 disable_per_channel=False): argument
Dcalibration_wrapper_pybind11.cc82 bool disable_per_channel) { in PYBIND11_MODULE()
Dcalibration_wrapper.cc570 int activations_py_type, int bias_py_type, bool disable_per_channel) { in QuantizeModel()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc149 const TensorType& activations_type, bool disable_per_channel = false) { in GetOperatorProperty()
1469 const TensorType& activations_type, bool disable_per_channel, in QuantizeWeightsInputOutput()
1545 bool disable_per_channel, in QuantizeBiases()
1635 const TensorType& activations_type, bool disable_per_channel, in FillQuantizationParams()
1753 const TensorType& activations_type, bool disable_per_channel, in EnsureBiasScaleCompatibility()
1904 bool disable_per_channel, in QuantizeModel()
1969 const TensorType& bias_type, bool disable_per_channel, in QuantizeModelAllOperators()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h37 bool disable_per_channel = false; member
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_config.h86 bool disable_per_channel = false; member
Dquantization_driver.cc106 bool disable_per_channel, in QuantizationDriver()
1171 bool disable_per_channel, in ApplyQuantizationParamsPropagation()
1181 mlir::func::FuncOp func, bool is_signed, bool disable_per_channel, in ApplyQuantizationParamsPropagation()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc291 PyObject* MlirQuantizeModel(PyObject* data, bool disable_per_channel, in MlirQuantizeModel()