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/07 16:29:07 UTC

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

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


##########
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:
   sigmoid -> log



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