MasterJH5574 commented on code in PR #14509:
URL: https://github.com/apache/tvm/pull/14509#discussion_r1158598202


##########
include/tvm/relax/analysis.h:
##########
@@ -260,6 +260,14 @@ TVM_DLL bool IsBaseOf(const StructInfo& base, const 
StructInfo& derived,
 TVM_DLL StructInfo StructInfoLCA(const StructInfo& lhs, const StructInfo& rhs,
                                  arith::Analyzer* ana = nullptr);
 
+/*!
+ * \brief Get the symbolic TIR variables that appear in the input struct info.
+ * The returned list is deduplicated - each TIR variable will appear at most 
once.
+ * \param sinfo The struct info object to be analyzed.
+ * \return The list of TIR variables that appear in the input struct info.
+ */
+TVM_DLL Array<tir::Var> SymVarInStructInfo(const StructInfo& sinfo);

Review Comment:
   Updated.



-- 
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]

Reply via email to