This repository was archived by the owner on Mar 3, 2025. It is now read-only.
File tree
489 files changed
+3907
-6252
lines changed- docs/framework/operators/tensor
- nodegen
- node
- src/operators
- nn/functional
- tensor
- implementations
- manipulation
- math
- tests
- nodes
- and_bool
- and_bool_broadcast
- equal_fp16x16
- equal_fp16x16_broadcast
- equal_fp8x23
- equal_fp8x23_broadcast
- equal_i32
- equal_i32_broadcast
- equal_i8
- equal_i8_broadcast
- equal_u32
- equal_u32_broadcast
- greater_equal_fp16x16
- greater_equal_fp16x16_broadcast
- greater_equal_fp8x23
- greater_equal_fp8x23_broadcast
- greater_equal_i32
- greater_equal_i32_broadcast
- greater_equal_i8
- greater_equal_i8_broadcast
- greater_equal_u32
- greater_equal_u32_broadcast
- greater_fp16x16
- greater_fp16x16_broadcast
- greater_fp8x23
- greater_fp8x23_broadcast
- greater_i32
- greater_i32_broadcast
- greater_i8
- greater_i8_broadcast
- greater_u32
- greater_u32_broadcast
- is_inf_fp16x16
- is_inf_fp8x23
- is_inf_i32
- is_inf_i8
- is_inf_u32
- is_nan_fp16x16
- is_neg_inf_fp16x16
- is_neg_inf_fp8x23
- is_neg_inf_i32
- is_neg_inf_i8
- is_pos_inf_fp16x16
- is_pos_inf_fp8x23
- is_pos_inf_i32
- is_pos_inf_i8
- less_equal_fp16x16
- less_equal_fp16x16_broadcast
- less_equal_fp8x23
- less_equal_fp8x23_broadcast
- less_equal_i32
- less_equal_i32_broadcast
- less_equal_i8
- less_equal_i8_broadcast
- less_equal_u32
- less_equal_u32_broadcast
- less_fp16x16
- less_fp16x16_broadcast
- less_fp8x23
- less_fp8x23_broadcast
- less_i32
- less_i32_broadcast
- less_i8
- less_i8_broadcast
- less_u32
- less_u32_broadcast
- not_bool
- or_fp16x16
- or_fp16x16_broadcast
- or_fp8x23
- or_fp8x23_broadcast
- or_i32
- or_i32_broadcast
- or_i8
- or_i8_broadcast
- or_u32
- or_u32_broadcast
- reduce_sum_default_axes_keepdims
- reduce_sum_empty_axes_input_noop
- reduce_sum_keep_dims
- reduce_sum_no_keep_dims
- reduce_sum_single_axis_fp16x16_1D
- reduce_sum_single_axis_fp16x16_2D_axis_1
- reduce_sum_single_axis_fp16x16_2D_default
- reduce_sum_single_axis_fp16x16_2D_keepdims
- reduce_sum_single_axis_fp8x23_1D
- reduce_sum_single_axis_fp8x23_2D_axis_1
- reduce_sum_single_axis_fp8x23_2D_default
- reduce_sum_single_axis_fp8x23_2D_keepdims
- reduce_sum_single_axis_i32_1D
- reduce_sum_single_axis_i32_2D_axis_1
- reduce_sum_single_axis_i32_2D_default
- reduce_sum_single_axis_i32_2D_keepdims
- reduce_sum_single_axis_i8_1D
- reduce_sum_single_axis_i8_2D_axis_1
- reduce_sum_single_axis_i8_2D_default
- reduce_sum_single_axis_i8_2D_keepdims
- reduce_sum_single_axis_u32_1D
- reduce_sum_single_axis_u32_2D_axis_1
- reduce_sum_single_axis_u32_2D_default
- reduce_sum_single_axis_u32_2D_keepdims
- reshape_extended_dims
- reshape_negative_dim
- reshape_negative_extended_dims
- reshape_one_dim
- reshape_reduced_dims
- reshape_reordered_all_dims
- reshape_reordered_last_dims
- reshape_zero_and_negative_dim
- reshape_zero_dim
- xor_fp16x16
- xor_fp16x16_broadcast
- xor_fp8x23
- xor_fp8x23_broadcast
- xor_i32
- xor_i32_broadcast
- xor_i8
- xor_i8_broadcast
- xor_u32
- xor_u32_broadcast
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
489 files changed
+3907
-6252
lines changed6 KB
Binary file not shown.
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
| 58 | + | |
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
| |||
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
33 |
| - | |
| 32 | + | |
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
37 |
| - | |
| 36 | + | |
38 | 37 |
| |
39 |
| - | |
| 38 | + | |
40 | 39 |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments