mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-12 17:57:38 +00:00
Fix https://github.com/microsoft/onnxruntime/issues/14017. Before: shape_value = np.asarray([0, 0, np.array([4]), np.array([8])], dtype=np.int64) raise Error in numpy 1.24. After: shape_value = np.asarray([0, 0, 4, 8)], dtype=np.int64) is good in numpy 1.24. Update test environment to use numpy 1.24. |
||
|---|---|---|
| .. | ||
| android_custom_build | ||
| ci_build | ||
| doc | ||
| nuget | ||
| perf_view | ||
| python | ||