Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper_pybind11.cc58 bool allow_float, int activations_py_type) { in PYBIND11_MODULE()
65 bool allow_float, const char* operator_output_name) { in PYBIND11_MODULE()
Dcalibrator.py68 allow_float, argument
110 allow_float, argument
Dcalibration_wrapper.cc328 bool allow_float, in QuantizeModel()
367 bool allow_float, in QuantizeModel()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc1015 ModelT* model, bool allow_float, in QuantizeWeightsInputOutput()
1426 const TensorType& output_type, bool allow_float, in QuantizeModel()
1464 bool allow_float, in QuantizeModelAllOperators()
1474 const TensorType& output_type, bool allow_float, in QuantizeModel()
/external/tensorflow/tensorflow/lite/python/
Dlite.py474 allow_float): argument
/external/python/cpython3/Lib/
D_pydecimal.py6013 def _convert_other(other, raiseit=False, allow_float=False): argument
/external/python/cpython2/Lib/
Ddecimal.py5855 def _convert_other(other, raiseit=False, allow_float=False): argument