onnxruntime
b386b417
- Fix bug in GRU when linear_before_reset is true and no bias input is provided (#3797)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Fix bug in GRU when linear_before_reset is true and no bias input is provided (#3797) * Allocate linear_output_ when linear_before_reset is true and there is no bias input. Add test for this combination.
References
#3797 - Fix bug in GRU when linear_before_reset is true and no bias input is provided
Author
skottmckay
Parents
a24c71af
Loading