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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
