mbs-octoml commented on a change in pull request #9674:
URL: https://github.com/apache/tvm/pull/9674#discussion_r765154986
##########
File path: python/tvm/relay/debug.py
##########
@@ -42,3 +43,52 @@ def _debug_interp(*args):
print("--------------")
print("--------------")
_debugger_init(ist.current_expr, ist.stack)
+
+
+@pass_instrument
+class PassBisection:
Review comment:
nit: probably because I'm contaminated by 'git bisect', but 'AtMost'
seems a better term than 'Bisect' which suggests a search.
--
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]