coffezhou commented on issue #17869:
URL: https://github.com/apache/tvm/issues/17869#issuecomment-2930039543

   This issue is caused by the keep_params_in_input parameter.
   If keep_params_in_input=True, parameters will be treated as input variables. 
If false, parameters are treated as constant and folded directly into the graph.
   In this issue, for the SequenceErase operator, if keep_params_in_input=True, 
the input 'Position' cannot be treated as a constant.


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