Searched defs:allow_float (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibration_wrapper_pybind11.cc | 58 bool allow_float, int activations_py_type) { in PYBIND11_MODULE() 65 bool allow_float, const char* operator_output_name) { in PYBIND11_MODULE()
|
D | calibrator.py | 68 allow_float, argument 110 allow_float, argument
|
D | calibration_wrapper.cc | 328 bool allow_float, in QuantizeModel() 367 bool allow_float, in QuantizeModel()
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model.cc | 1015 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/ |
D | lite.py | 474 allow_float): argument
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 6013 def _convert_other(other, raiseit=False, allow_float=False): argument
|
/external/python/cpython2/Lib/ |
D | decimal.py | 5855 def _convert_other(other, raiseit=False, allow_float=False): argument
|