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

 ##########
 File path: src/lang/expr_operator.cc
 ##########
 @@ -626,4 +626,19 @@ Expr trunc(Expr x) {
   return ir::Call::make(x.dtype(), "trunc", {x}, ir::Call::PureIntrinsic);
 }
 
+Expr assert_bound(Expr value, Expr lower, Expr upper) {
 
 Review comment:
   wrap_assert_bound_on_var

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

Reply via email to