Skip to content

Commit

Permalink
Update operator type
Browse files Browse the repository at this point in the history
  • Loading branch information
umadevimcw committed Aug 21, 2024
1 parent d3fb59c commit 29d8f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/enums/operator-type.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

static const uint16_t offset[171] = {
0, 8, 22, 36, 50, 64, 78, 92, 119, 147, 175, 203, 230, 257, 289, 321, 364, 382, 400, 425, 451, 467, 483, 498, 513,
543, 565, 588, 611, 634, 657, 680, 703, 726, 749, 772, 790, 813, 836, 860, 878, 901, 925, 949, 973, 997, 1032, 1067,
1091, 1115, 1139, 1153, 1168, 1183, 1203, 1233, 1259, 1285, 1322, 1348, 1378, 1404, 1436, 1468, 1494, 1521, 1548,
535, 558, 581, 604, 627, 650, 673, 696, 719, 742, 760, 783, 806, 830, 848, 871, 895, 919, 943, 967, 1002, 1037, 1061,
1085, 1109, 1123, 1138, 1153, 1173, 1203, 1233, 1259, 1285, 1322, 1348, 1378, 1404, 1436, 1468, 1494, 1521, 1548,
1565, 1582, 1616, 1650, 1664, 1678, 1692, 1706, 1722, 1738, 1764, 1790, 1822, 1854, 1891, 1928, 1965, 2002, 2039,
2076, 2113, 2139, 2171, 2197, 2212, 2246, 2280, 2314, 2348, 2382, 2416, 2446, 2476, 2496, 2516, 2537, 2558, 2579,
2600, 2614, 2638, 2662, 2685, 2708, 2726, 2744, 2759, 2774, 2792, 2810, 2829, 2848, 2867, 2886, 2905, 2922, 2939,
Expand Down Expand Up @@ -78,8 +78,8 @@ static const char data[] =
"Copy (NC, X16)\0"
"Copy (NC, X32)\0"
"Copy Sign (NC, F32)\0"
"Count Leading Zeros (NC, S32)\0"
"Count Leading Zeros (NC, S16)\0"
"Count Leading Zeros (NC, S32)\0"
"Deconvolution (NHWC, F16)\0"
"Deconvolution (NHWC, F32)\0"
"Deconvolution (NHWC, QD8, F32, QC8W)\0"
Expand Down

0 comments on commit 29d8f89

Please sign in to comment.