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 2022/08/25 16:33:58 UTC

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #12580: [SimplifyExpr] Add simplify for dq->arg funcs

AndrewZhaoLuo commented on code in PR #12580:
URL: https://github.com/apache/tvm/pull/12580#discussion_r955194434


##########
src/relay/transforms/simplify_expr.cc:
##########
@@ -708,6 +708,44 @@ class SimplifyRSqrt : public DFPatternRewrite {
   DFPattern numerator_;
 };
 
+class SimplifyDQArgFunc : public DFPatternRewrite {

Review Comment:
   Nit, add a comment



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org