tqchen commented on pull request #8472:
URL: https://github.com/apache/tvm/pull/8472#issuecomment-880248926
I think we could start with PrimFunc attrs to store that `Map<String,
Data>`, and then associate the Vars with the name.
```
fn () [attrs={ "link_params": {"model0": array} }] {
let my_param_var = get_link_param("model0")
...
}
```
--
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]