icemelon9 commented on a change in pull request #4312: [TOPI][Relay][OP] 
Dynamic NMS and strided_slice
URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r345337911
 
 

 ##########
 File path: python/tvm/relay/frontend/common.py
 ##########
 @@ -545,4 +545,4 @@ def __init__(self, new_name):
     def __call__(self, inputs, attrs, *args):
         if 'tvm_custom' in attrs:
             attrs.pop('tvm_custom')
-        return get_relay_op(self._new_name)(*inputs, **attrs)
+        return get_relay_op(self._new_name)(*inputs, **attrs)
 
 Review comment:
   keep the end of line here

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