jinhongyii commented on code in PR #14368:
URL: https://github.com/apache/tvm/pull/14368#discussion_r1148020075


##########
src/relax/transform/lift_transform_params.cc:
##########
@@ -144,6 +144,8 @@ class TransformParamsFuncBuilder : public ExprMutator {
  */
 class LiftTransformParamsPlanner : public ExprVisitor {
  public:
+  explicit LiftTransformParamsPlanner(IRModule mod) : mod_(mod) {}
+

Review Comment:
   sorry it's some code used for attr. since we have changed to op, we can 
delete them



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