slyubomirsky commented on code in PR #16204:
URL: https://github.com/apache/tvm/pull/16204#discussion_r1416182224
##########
python/tvm/relax/transform/transform.py:
##########
@@ -262,6 +262,23 @@ def LambdaLift() -> tvm.ir.transform.Pass:
return _ffi_api.LambdaLift()
+def ExtractDataflowBlocks(min_size: int = 3) -> tvm.ir.transform.Pass:
Review Comment:
It was an arbitrary call on my part, so sure I can change it to 2.
--
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]