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

   Prior to this commit, the `BundleModelParams` would replace model parameters 
with `param_tuple[index]` within expressions.  These nested expressions would 
then be normalized, resulting in `gv = param_tuple[index]` or `lv = 
param_tuple[index]` variable definitions.  These auto-generated `gv` and `lv` 
names make it quite difficult to determine which model parameter is being used.
   
   This commit updates the `BundleModelParams` transform to explicitly produce 
the bound variable, `orig_param_name = param_tuple[index]`, preserving 
human-readable names from the parameters.


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