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

   ## Related Issue
   
   Closed #19695
   
   ## Why
   
   Building any module containing relax.nn.dropout crashed in VM codegen 
because the op had no real legalization, and the ONNX frontend could not import 
it
   
   ## How
   
   - Legalize nn.dropout to pass the input through with an all-ones mask, 
matching its (output, mask) tuple result.
   - Add and register a Dropout converter in the ONNX frontend.
   - Add legalize structural and ONNX onnxruntime-parity tests.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to