You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/01/02 03:28:04 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4486: [Arith] Bound for Shape Variables

tqchen commented on a change in pull request #4486: [Arith] Bound for Shape Variables
URL: https://github.com/apache/incubator-tvm/pull/4486#discussion_r362364078
 
 

 ##########
 File path: src/arithmetic/bound_deducer.cc
 ##########
 @@ -68,6 +68,41 @@ std::vector<const Object*> GetPath(Expr target, Expr expr) {
   return v.path_;
 }
 
+class BoundRemover : public IRMutator {
+ public:
 
 Review comment:
   NOTE, we are in progress of updating IRMutators to new style, would be great if we can directly change it here related https://github.com/apache/incubator-tvm/pull/4607

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services