Searched defs:activations_type (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibrator_test.py | 34 def test_calibration_with_quantization(self, activations_type): argument 57 def test_calibration_with_quantization_allow_float(self, activations_type): argument 111 self, activations_type): argument
|
D | calibrator.py | 147 activations_type=dtypes.int8, argument
|
D | calibration_wrapper.cc | 578 TfLiteType activations_type = in QuantizeModel() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model.cc | 149 const TensorType& activations_type, bool disable_per_channel = false) { in GetOperatorProperty() 214 const TensorType& activations_type) { in PopulateRealValueOpSet() 412 const TensorType& activations_type) { in SetInputType() 476 const TensorType& activations_type) { in SetOutputType() 539 const TensorType& activations_type, in SetInputAndOutputTypes() 690 TensorType activations_type, ErrorReporter* error_reporter) { in ApplyConstraints() 794 const TensorType& activations_type) { in SetOperatorPropertyADDSUBOperator() 875 const TensorType& activations_type, ErrorReporter* error_reporter) { in QuantizeOpInput() 1068 TensorType activations_type, ErrorReporter* error_reporter) { in QuantizeOpOutput() 1164 TensorType activations_type, in QuantizeIntermediateTensors() [all …]
|
D | quantization_utils.cc | 106 TfLiteStatus GetQuantizationParams(TensorT* tensor, TensorType activations_type, in GetQuantizationParams() 752 TfLiteStatus QuantizeActivation(TensorT* tensor, TensorType activations_type, in QuantizeActivation()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | quantize_model_test.cc | 50 const TensorType& activations_type, ErrorReporter* error_reporter, in QuantizeModel() 99 bool allow_float, const TensorType& activations_type, in QuantizeModelAllOperators() 111 const TensorType& activations_type, in QuantizeModelAllOperators()
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite.py | 338 def activations_type(self): member in QuantizationMode 590 def _quantize(self, result, input_type, output_type, activations_type, argument
|