comaniac commented on a change in pull request #7827:
URL: https://github.com/apache/tvm/pull/7827#discussion_r612126834
##########
File path: src/relay/backend/build_module.cc
##########
@@ -300,6 +300,7 @@ class RelayBuildModule : public runtime::ModuleNode {
}
});
pass_seqs.push_back(transform::EliminateCommonSubexpr(fskip));
+ pass_seqs.push_back(transform::InferType());
Review comment:
Do we really need this? InferType is already in the requirement of
SimplifyExpr. Other existing patterns also refer to checked_type_ so it should
be fine.
--
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]