Commit 71d7d27
Don't handle special case of reductions for scalar inputs and "empty" reduction axes
TFlite has a wierd thing where it allows specifying that the shape `{0}` (not `{}`) means "scalar" or empty. XNNPACK does not have this special case, and I don't think we should support it.
PiperOrigin-RevId: 8822257391 parent 85d3747 commit 71d7d27
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4918 | 4918 | | |
4919 | 4919 | | |
4920 | 4920 | | |
4921 | | - | |
| 4921 | + | |
| 4922 | + | |
| 4923 | + | |
4922 | 4924 | | |
4923 | 4925 | | |
4924 | 4926 | | |
| |||
0 commit comments