Commit 2dd0686
File tree
4 files changed
+28
-2
lines changedFilter options
- _unittests/ut_light_api
- onnx_array_api/light_api
4 files changed
+28
-2
lines changed_unittests/ut_light_api/test_light_api.py
Copy file name to clipboardExpand all lines: _unittests/ut_light_api/test_light_api.py+13-1Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
526 | 526 |
|
527 | 527 |
|
528 | 528 |
|
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
529 | 541 |
|
530 | 542 |
|
531 | 543 |
|
|
onnx_array_api/light_api/__init__.py
Copy file name to clipboardExpand all lines: onnx_array_api/light_api/__init__.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
| ||
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
48 |
| - |
| 50 | + |
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
|
onnx_array_api/light_api/_op_var.py
Copy file name to clipboardExpand all lines: onnx_array_api/light_api/_op_var.py+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
| 3 | + |
2 | 4 |
|
3 | 5 |
|
4 | 6 |
|
| ||
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
72 | 79 |
|
73 | 80 |
|
74 | 81 |
|
|
onnx_array_api/light_api/model.py
Copy file name to clipboardExpand all lines: onnx_array_api/light_api/model.py+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
52 | 54 |
|
53 | 55 |
|
54 | 56 |
|
| ||
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
| 70 | + |
68 | 71 |
|
69 | 72 |
|
70 | 73 |
|
| ||
402 | 405 |
|
403 | 406 |
|
404 | 407 |
|
| 408 | + |
| 409 | + |
405 | 410 |
|
406 | 411 |
|
407 | 412 |
|
|
0 commit comments