jackwish commented on a change in pull request #4714: Mxnet parser for Qnn 
dialect
URL: https://github.com/apache/incubator-tvm/pull/4714#discussion_r368292112
 
 

 ##########
 File path: python/tvm/relay/frontend/mxnet.py
 ##########
 @@ -44,8 +58,9 @@
     "relu"   : _op.nn.relu
 }
 
+
 def _mx_fully_connected(inputs, attrs):
-    import mxnet as mx
+    import mxnet as mx #pylint: disable=import-outside-toplevel
 
 Review comment:
   Why we need this change?

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

Reply via email to