You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/12 19:39:05 UTC

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

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:
users@infra.apache.org


With regards,
Apache Git Services