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


##########
python/tvm/relax/transform/lazy_transform_params.py:
##########
@@ -118,9 +119,15 @@ class LazyTransformParamsMutator(PyExprMutator):
         The module to be transformed
     """
 
-    def __init__(self, mod: IRModule = None) -> None:
+    def __init__(
+        self, fget_item, fset_item, get_item_param, set_item_param, mod: 
IRModule = None

Review Comment:
   so what I can do is create a class that does all the analysis, calls into 
the two mutators, and create function. In this case, we have to use 
`extra_get_item_params` and `extra_set_item_params`



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