Commit 1f42040
Use standard PyTorch decomposition for
Replaced custom implementations of `upsample_nearest2d` decompositions with the standard decomposition provided by PyTorch. This aligns with upstream practices and reduces maintenance overhead.
PiperOrigin-RevId: 854101690upsample_nearest2d.1 parent 56b4375 commit 1f42040
1 file changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 121 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 122 | | |
134 | 123 | | |
135 | 124 | | |
| |||
0 commit comments