yongwww commented on code in PR #14509:
URL: https://github.com/apache/tvm/pull/14509#discussion_r1158673213
##########
src/relax/analysis/struct_info_analysis.cc:
##########
@@ -861,5 +862,47 @@ TVM_REGISTER_GLOBAL("relax.analysis.StructInfoLCA")
return StructInfoLCA(lhs, rhs);
});
+//--------------------------
+// TIRVarsInStructInfo
+//--------------------------
+
+Array<tir::Var> TIRVarsInStructInfo(const StructInfo& sinfo) {
+ struct SymVarDetector : public StructInfoVisitor {
Review Comment:
-> TIRVar then
--
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]