Hzfengsy commented on code in PR #15362:
URL: https://github.com/apache/tvm/pull/15362#discussion_r1270734042


##########
src/relay/transforms/simplify_expr.cc:
##########
@@ -160,7 +160,7 @@ class SimplifyConsecutiveCast : public DFPatternRewrite {
   DFPattern cast1_;
 };
 
-bool CheckDataTypeMaxMinValue(DataType dtype, double min_value, double 
max_value) {
+bool CheckDataTypeMaxMinValue(DataType dtype, double min_value, double 
max_value, int mode = 0) {

Review Comment:
   Please comment the meaning of different `mode`



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