Lunderberg opened a new pull request, #16594:
URL: https://github.com/apache/tvm/pull/16594

   The `relax.transform.LiftTransformParams` pass splits apart a relax 
function, extracting the steps that could be performed at compile-time.  Prior 
to this commit, the transformed parameters were named `param0`, `param1`, and 
so on.
   
   This commit updates the `LiftTransformParams` pass to preserve any 
human-readable parameter names.  The parameter names for the updated function 
are taken from the original parameter names, if no transformation is performed, 
or from the internal variable binding, if a transformation is applied.  This 
implementation uses `LambdaLift` internally, relying on the changes made in
   https://github.com/apache/tvm/pull/16306.


-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to