apeskov commented on code in PR #11966: URL: https://github.com/apache/tvm/pull/11966#discussion_r911862347
########## python/tvm/relay/op/contrib/dnnl.py: ########## @@ -34,6 +34,8 @@ """ import logging +import re Review Comment: where do you use "re" in this patch? -- 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]
