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 2022/04/11 09:40:56 UTC

[GitHub] [tvm] d-smirnov commented on a diff in pull request #10466: [relay] Changed 'name' field to 'registry_name' for Executor and Runtime

d-smirnov commented on code in PR #10466:
URL: https://github.com/apache/tvm/pull/10466#discussion_r847137195


##########
python/tvm/relay/backend/executor.py:
##########
@@ -27,7 +27,7 @@
 class Executor(Object):
     """Executor configuration"""
 
-    name = "executor"
+    registry_name = "executor"
 
     def __init__(self, name, options=None) -> None:

Review Comment:
   renamed to flag_registry_name



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org