FrozenGene commented on a change in pull request #4790: Fast exponent
URL: https://github.com/apache/incubator-tvm/pull/4790#discussion_r378637381
##########
File path: topi/python/topi/math.py
##########
@@ -449,3 +449,19 @@ def reinterpret(x, dtype):
The result.
"""
return cpp.reinterpret(x, dtype)
+
+
+def fast_exp(x):
+ """Take exponential of input x using fastexp implementation
Review comment:
fastexp -> fast_exp
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services