areusch commented on code in PR #10466:
URL: https://github.com/apache/tvm/pull/10466#discussion_r846529865
##########
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:
can we clarify both name fields here? also suggest "flag_registry_name" or
some other more narrowly-scoped use of registry, since there's tvm packedfunc
registry as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]