yongfeng-nv commented on a change in pull request #5367:
URL: https://github.com/apache/incubator-tvm/pull/5367#discussion_r414259311



##########
File path: include/tvm/arith/int_set.h
##########
@@ -152,6 +152,22 @@ class IntSet : public ObjectRef {
 //-----------------------------------------------
 // Integer set legacy API.
 //------------------------------------------------
+    /*!
+     * \brief Convert std::unordered_map<const VarNode*, IntSet> to Map<Var, 
IntSet>
+     *
+     * \param dom_map The domain map to convert.
+     * \return The converted map.
+     */
+Map<Var, IntSet> ConvertDomMap(const std::unordered_map<const VarNode*, 
IntSet>& dom_map);
+// /*!
+//  * \brief Find an symbolic integer set that contains all possible values of
+//  *  e given the domain of each iteration variables.
+//  *
+//  * \param e The expression to be evaluated.
+//  * \param dom_map The domain of each variable.
+//  * \return An integer set that can cover all the possible values of e.
+//  */
+// IntSet EvalSet(PrimExpr e, const Map<Var, IntSet>& dom_map);

Review comment:
       My bad.  Cleaned it up.




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


Reply via email to