yangulei commented on PR #13213: URL: https://github.com/apache/tvm/pull/13213#issuecomment-1294261883
`SimplifyExpr` pass do the simplifications in an iterative way. https://github.com/apache/tvm/blob/de7f76243601e127782e530f84ab7d51115a4c14/src/relay/transforms/simplify_expr.cc#L786-L790 The iterations happen inside `SimplifyExpr`, we need to find a way to evaluate the `const expr` manually. -- 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]
