jroesch commented on a change in pull request #6274:
URL: https://github.com/apache/incubator-tvm/pull/6274#discussion_r493085346



##########
File path: python/tvm/parser/__init__.py
##########
@@ -28,3 +29,11 @@ def parse_expr(source):
 
 def fromtext(source, source_name="from_string"):
     return parse(source, source_name)
+
+
+def SpanCheck():
+    return _ffi_api.SpanCheck()
+
+
+def AnnotateSpans():

Review comment:
       Move this pass to `transform`. 




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