masahi commented on code in PR #14446: URL: https://github.com/apache/tvm/pull/14446#discussion_r1154852545
########## python/tvm/relax/dpl/__init__.py: ########## @@ -19,3 +19,4 @@ from .pattern import * from .context import * +from .rewrite import rewrite_call, rewrite_bindings Review Comment: The existing `rewrite` function is renamed to `rewrite_call` to make it clear that it is CallNode rewriting. And together with the new dataflow block rewriting function, it is put under the new file. -- 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]
