Commit 928d3a1
authored
Bug fix: softmax()'s axis argument should EnforceRange (#746)
All input integers have [EnforceRange] applied to prevent weirdness...
except softmax()'s axis argument. Already present in the Chromium
prototype implementation; it looks like this argument was just missed
in 6023741.1 parent 4697a0d commit 928d3a1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5441 | 5441 | | |
5442 | 5442 | | |
5443 | 5443 | | |
5444 | | - | |
| 5444 | + | |
5445 | 5445 | | |
5446 | 5446 | | |
5447 | 5447 | | |
| |||
0 commit comments