Searched defs:activations_type (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model.cc | 57 const TensorType& activations_type, bool disable_per_channel = false) { in GetOperatorProperty() 94 const TensorType& activations_type) { in PopulateRealValueOpSet() 154 const TensorType& activations_type, in QuantizeBias() 271 const TensorType& activations_type) { in SetInputType() 335 const TensorType& activations_type) { in SetOutputType() 398 const TensorType& activations_type, in SetInputAndOutputTypes() 451 TensorType activations_type, ErrorReporter* error_reporter) { in ApplyConstraints() 531 const TensorType& activations_type) { in SetOperatorPropertyADDSUBOperator() 612 const TensorType& activations_type, ErrorReporter* error_reporter) { in QuantizeOpInput() 801 TensorType activations_type, ErrorReporter* error_reporter) { in QuantizeOpOutput() [all …]
|
D | quantization_utils.cc | 103 TfLiteStatus GetQuantizationParams(TensorT* tensor, TensorType activations_type, in GetQuantizationParams() 740 TfLiteStatus QuantizeActivation(TensorT* tensor, TensorType activations_type, in QuantizeActivation()
|
/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibrator_test.py | 40 def test_calibration_with_quantization(self, activations_type): argument 63 def test_calibration_with_quantization_allow_float(self, activations_type): argument 117 self, activations_type): argument
|
D | calibrator.py | 87 activations_type=dtypes.int8, argument
|
D | calibration_wrapper.cc | 373 TfLiteType activations_type = in QuantizeModel() local
|
/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 | 321 def activations_type(self): member in QuantizationMode 492 def _quantize(self, result, input_type, output_type, activations_type, argument
|