Home
last modified time | relevance | path

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

/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.py69 activations_type=dtypes.int8, argument
Dcalibration_wrapper.cc337 TfLiteType activations_type = in QuantizeModel() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc57 const TensorType& activations_type) { in GetOperatorProperty()
87 const TensorType& activations_type) { in PopulateRealValueOpSet()
144 const TensorType& activations_type, in QuantizeBias()
261 const TensorType& activations_type) { in SetInputType()
325 const TensorType& activations_type) { in SetOutputType()
388 const TensorType& activations_type, in SetInputAndOutputTypes()
441 TensorType activations_type, ErrorReporter* error_reporter) { in ApplyConstraints()
518 const TensorType& activations_type) { in SetOperatorPropertyADDSUBOperator()
599 const TensorType& activations_type, ErrorReporter* error_reporter) { in QuantizeOpInput()
789 TensorType activations_type, ErrorReporter* error_reporter) { in QuantizeOpOutput()
[all …]
Dquantization_utils.cc102 TfLiteStatus GetQuantizationParams(TensorT* tensor, TensorType activations_type, in GetQuantizationParams()
738 TfLiteStatus QuantizeActivation(TensorT* tensor, TensorType activations_type, in QuantizeActivation()
/external/tensorflow/tensorflow/lite/python/
Dlite.py283 def activations_type(self): member in QuantizationMode
473 inference_output_type, activations_type, argument