Lunderberg commented on PR #16312:
URL: https://github.com/apache/tvm/pull/16312#issuecomment-1875594281

   > The logic seems fine here, but what is the `kNumInput` attribute used for? 
Distinguishing weights from inputs?
   
   That's correct.  The attribute was initially added for 
`LiftTransformParams`, to distinguish between parameters available at 
compile-time, and parameters not available until runtime.  It was later 
expanded to be available for more transforms in 
https://github.com/apache/tvm/pull/15736, and to be automatically generated for 
the `nn.Module` interface in https://github.com/apache/tvm/pull/16247.


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