anijain2305 commented on a change in pull request #5479:
URL: https://github.com/apache/incubator-tvm/pull/5479#discussion_r419587225



##########
File path: python/tvm/relay/frontend/tflite.py
##########
@@ -320,6 +321,45 @@ def dequantize(self, expr, tensor):
                                          
input_zero_point=tensor.qnn_params['zero_point'])
         return dequantized
 
+
+    def convert_qnn_fused_activation_function(self, expr, fused_activation_fn,
+                                              scale, zero_point, dtype):
+        """Convert TFLite fused activation function. The expr is an input 
quantized tensor with
+        scale and zero point """

Review comment:
       This is needed for quantized object detection model




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to