Lunderberg opened a new pull request, #16602:
URL: https://github.com/apache/tvm/pull/16602
* Handle non-bundled parameters in LazyTransformParams.
* Check for `"num_input"` attribute
* Handle relax.Const in LazyTransformParams
Prior to this commit, `LazyTransformParams` would only output a call to
the `fset_item` function if that element of the output had a corresponding
`relax.Binding`. If `relax.Const` appeared in the output, then the call to
`fset_item` would be omitted.
This commit updates `LazyTransformParams` to check for any non-`Var`
elements of the output tuple.
--
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]