Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py86 allow_float, argument
134 allow_float, argument
Dcalibration_wrapper_pybind11.cc70 bool allow_float, const char* operator_output_name) { in PYBIND11_MODULE()
Dcalibration_wrapper.cc355 bool allow_float, in QuantizeModel()
363 bool allow_float, in QuantizeModel()
404 bool allow_float, in QuantizeModel()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc1026 ModelT* model, bool allow_float, in QuantizeWeightsInputOutput()
1453 const TensorType& output_type, bool allow_float, in QuantizeModel()
1492 const TensorType& output_type, bool allow_float, in QuantizeModel()
1505 bool allow_float, in QuantizeModelAllOperators()
1516 bool allow_float, const TensorType& activations_type, in QuantizeModelAllOperators()
1525 const TensorType& output_type, bool allow_float, in QuantizeModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model_test.cc49 bool allow_float, const std::unordered_set<string>& operator_names, in QuantizeModel()
76 const TensorType& output_type, bool allow_float, in QuantizeModel()
99 bool allow_float, const TensorType& activations_type, in QuantizeModelAllOperators()
110 bool allow_float, in QuantizeModelAllOperators()
/external/tensorflow/tensorflow/lite/python/
Dlite.py493 allow_float): argument
/external/python/cpython2/Lib/
Ddecimal.py5855 def _convert_other(other, raiseit=False, allow_float=False): argument
/external/python/cpython3/Lib/
D_pydecimal.py6013 def _convert_other(other, raiseit=False, allow_float=False): argument