Searched defs:allow_float (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibrator.py | 146 allow_float, argument 188 allow_float, argument
|
D | calibration_wrapper_pybind11.cc | 89 bool allow_float, const char* operator_output_name) { in PYBIND11_MODULE()
|
D | calibration_wrapper.cc | 560 bool allow_float, in QuantizeModel() 569 int input_py_type, int output_py_type, bool allow_float, in QuantizeModel() 611 bool allow_float, in QuantizeModel()
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model.cc | 1466 ModelT* model, bool allow_float, in QuantizeWeightsInputOutput() 1900 const TensorType& output_type, bool allow_float, in QuantizeModel() 1943 const TensorType& output_type, bool allow_float, in QuantizeModel() 1957 bool allow_float, const TensorType& activations_type, in QuantizeModelAllOperators() 1968 bool allow_float, const TensorType& activations_type, in QuantizeModelAllOperators() 1978 const TensorType& output_type, bool allow_float, in QuantizeModel()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | quantize_model_test.cc | 49 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/ |
D | lite.py | 591 bias_type, 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
|