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/09/22 02:54:28 UTC

[GitHub] [tvm] junrushao commented on a diff in pull request #12864: [TOPI] Add layer norm operator

junrushao commented on code in PR #12864:
URL: https://github.com/apache/tvm/pull/12864#discussion_r977142221


##########
python/tvm/topi/nn/__init__.py:
##########
@@ -38,6 +38,7 @@
 from .bnn import *
 from .qnn import *
 from .upsampling import *
+from .layer_norm import layer_norm

Review Comment:
   Wildcard importing is actually not a good idea though lol



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