gromero commented on a change in pull request #9229:
URL: https://github.com/apache/tvm/pull/9229#discussion_r746197628
##########
File path: python/tvm/driver/tvmc/common.py
##########
@@ -38,6 +41,36 @@
class TVMCException(Exception):
"""TVMC Exception"""
+class TVMCSilentArgumentParser(argparse.ArgumentParser):
Review comment:
yep, I've tried it once, didn't work well because I would have to tweak,
as you said, _every_ TVMC existing parser/subparser so I gave up on this route.
But yeah I'm aware that `_remove_action` is private and so it has issues. So
let me give a second try on it. Thanks for the suggestion!
--
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]