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:
[email protected]
With regards,
Apache Git Services