onnxruntime
81101c9e - Fix DropoutGrad op (#4052)

Commit
5 years ago
Fix DropoutGrad op (#4052) Dropout op was recently changed to accept a new input named 'training_mode', which is passed in to DropoutGrad automatically. This PR updates the DropoutGrad schema to accommodate the new input. Tests were also update to reflect the API change Co-authored-by: Thiago Crepaldi <thiag.crepaldi@microsoft.com>
Author
Thiago Crepaldi
Parents
Loading