vinx13 commented on code in PR #12864: URL: https://github.com/apache/tvm/pull/12864#discussion_r978051047
########## 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: agreed, so I avoid using wildcard here. perhaps we should clean up this file in the future -- 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]
