Hzfengsy commented on code in PR #17502:
URL: https://github.com/apache/tvm/pull/17502#discussion_r1835607344


##########
tests/python/relax/test_op_index.py:
##########
@@ -1010,5 +1011,81 @@ def strided_slice(
     tvm.ir.assert_structural_equal(expected, after)
 
 
+def test_legalize_dynamic_begin_inf_end():
+    """relax.op.strided_slice FLegalize must support dynamic begin/end"""
+
+    @I.ir_module
+    class before:

Review Comment:
   You can use `# fmt: off` and `# fmt: on` to disable black for specific code 
(e.g. TVMScript)



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

Reply via email to