Commit c020029
authored
Fix
The `generate` function was using `ops.array` to convert to NumPy. However, that is not what `ops.array` does, and the OpenVino behavior of `ops.array` was fixed to return an `OpenVINOKerasTensor`.
Use `ops.convert_to_numpy` instead.generate for OpenVino backend. (#2638)1 parent a59b0be commit c020029
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments