Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc57 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 …]
Dquantization_utils.cc103 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/
Dcalibrator_test.py40 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
Dcalibrator.py87 activations_type=dtypes.int8, argument
Dcalibration_wrapper.cc373 TfLiteType activations_type = in QuantizeModel() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model_test.cc50 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/
Dlite.py321 def activations_type(self): member in QuantizationMode
492 def _quantize(self, result, input_type, output_type, activations_type, argument