zackcquic commented on a change in pull request #8079:
URL: https://github.com/apache/tvm/pull/8079#discussion_r642511359



##########
File path: python/tvm/relay/op/op.py
##########
@@ -40,6 +40,40 @@ def get(op_name):
     return tvm.ir.Op.get(op_name)
 
 
+def register(op_name, describe=""):

Review comment:
       I think this is duplicated (API meaning is similar) with 
```register_op```, right?  Remove one and keep one you like.




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


Reply via email to