JoeyChou-SiMa-ai opened a new pull request #8521: URL: https://github.com/apache/tvm/pull/8521
In the `ExprMutator` the `visit_function` https://github.com/apache/tvm/blob/main/python/tvm/relay/expr_functor.py#L203will visit each input param while in `ExprVisitor` it doesn't https://github.com/apache/tvm/blob/main/python/tvm/relay/expr_functor.py#L155. This PR added visitation for each input param in `ExprVisitor`'s `visit_function`. cc @comaniac -- 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]
