jinhongyii commented on code in PR #16088:
URL: https://github.com/apache/tvm/pull/16088#discussion_r1387247401
##########
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:
I cannot fully separate these mutators because they need to share
`input_tuple_param` and func.params[0] will change after one mutator.
--
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]