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

   Prior to this commit, the `LazyTransformParams` function could be used to 
load model parameters on demand.  However, the function used to load or set 
parameters needed to be registered within the global registry of `PackedFunc`s. 
 This PR provides `LazyGetInput` and `LazySetOutput` transforms, which perform 
the lazy-loading through a `R.Callable` callback argument, rather than through 
a globally-registered `PackedFunc`.


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