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


##########
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:
   Just to confirm, are we using the IRModule somewhere? I seems to find no use 
in both LiftTransformParamsPlanner and TransformParamsLifter.



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