You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/08 21:11:31 UTC

[GitHub] [tvm] CircleSpin commented on a diff in pull request #10924: [FQ2I] Add log op to FQ2I

CircleSpin commented on code in PR #10924:
URL: https://github.com/apache/tvm/pull/10924#discussion_r846492605


##########
python/tvm/relay/qnn/op/qnn.py:
##########
@@ -998,6 +998,41 @@ def sigmoid(x, scale, zero_point, output_scale, output_zero_point):
     )
 
 
+def log(x, scale, zero_point, output_scale, output_zero_point):
+    """Quantized sigmoid.

Review Comment:
   Thank you for catching that! :smiley: 
   



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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