Commit 7a7bca6
authored
[OpenVINO backend] Support numpy.append (#20951)
* [OpenVINO backend] Support numpy.append
Signed-off-by: Lim, Kuan Xian <[email protected]>
* Remove NumpyDtype test_append_ from exclude list
Signed-off-by: Lim, Kuan Xian <[email protected]>
* Fix attribute error
Signed-off-by: Lim, Kuan Xian <[email protected]>
* Fix NumpyDtypeTest error
Signed-off-by: Lim, Kuan Xian <[email protected]>
* Update concat to append
Signed-off-by: Lim, Kuan Xian <[email protected]>
---------
Signed-off-by: Lim, Kuan Xian <[email protected]>1 parent c356cae commit 7a7bca6
File tree
2 files changed
+8
-3
lines changed- keras/src/backend/openvino
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | | - | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
195 | 202 | | |
196 | 203 | | |
197 | 204 | | |
| |||
0 commit comments