@@ -25,7 +25,6 @@ include "mlir/Dialect/Tosa/IR/TosaTypesBase.td"
25
25
include "mlir/Dialect/Tosa/IR/TosaOpBase.td"
26
26
27
27
//===----------------------------------------------------------------------===//
28
- // TOSA Spec Section 2.2
29
28
// Operator Class: Tensor Data Engine Operators.
30
29
//===----------------------------------------------------------------------===//
31
30
@@ -398,7 +397,6 @@ def Tosa_TransposeConv2DOp : Tosa_ConvOp<"transpose_conv2d"> {
398
397
}
399
398
400
399
//===----------------------------------------------------------------------===//
401
- // TOSA Spec Section 2.3
402
400
// Operator Class: Activation Functions.
403
401
//===----------------------------------------------------------------------===//
404
402
@@ -521,7 +519,6 @@ def Tosa_ErfOp : Tosa_ElementwiseUnaryOp<"erf"> {
521
519
}
522
520
523
521
//===----------------------------------------------------------------------===//
524
- // TOSA Spec Section 2.4
525
522
// Operator Class: Elementwise unary/binary/ternary operators.
526
523
// Operator Subclass: Elementwise binary ops.
527
524
//===----------------------------------------------------------------------===//
@@ -1045,7 +1042,6 @@ def Tosa_TableOp : Tosa_InferShapedTypeOp<"table"> {
1045
1042
}
1046
1043
1047
1044
//===----------------------------------------------------------------------===//
1048
- // TOSA Spec Section 2.5
1049
1045
// Operator Class: Elementwise unary/binary/ternary operators.
1050
1046
// Operator Subclass: Elementwise unary ops.
1051
1047
//===----------------------------------------------------------------------===//
@@ -1394,7 +1390,6 @@ def Tosa_SinOp : Tosa_ElementwiseUnaryOp<"sin"> {
1394
1390
}
1395
1391
1396
1392
//===----------------------------------------------------------------------===//
1397
- // TOSA Spec Section 2.6
1398
1393
// Operator Class: Elementwise unary/binary/ternary operators.
1399
1394
// Operator Subclass: Elementwise ternary ops.
1400
1395
//===----------------------------------------------------------------------===//
@@ -1434,7 +1429,6 @@ def Tosa_SelectOp : Tosa_ElementwiseOp<"select"> {
1434
1429
}
1435
1430
1436
1431
//===----------------------------------------------------------------------===//
1437
- // TOSA Spec Section 2.7
1438
1432
// Operator Class: Logical Operations.
1439
1433
//===----------------------------------------------------------------------===//
1440
1434
@@ -1530,7 +1524,6 @@ def Tosa_GreaterEqualOp : Tosa_ElementwiseOp<"greater_equal",
1530
1524
}
1531
1525
1532
1526
//===----------------------------------------------------------------------===//
1533
- // TOSA Spec Section 2.8
1534
1527
// Operator Class: Reduction Ops.
1535
1528
//===----------------------------------------------------------------------===//
1536
1529
@@ -1773,7 +1766,6 @@ def Tosa_ReduceSumOp : Tosa_InferTensorTypeOp<"reduce_sum"> {
1773
1766
}
1774
1767
1775
1768
//===----------------------------------------------------------------------===//
1776
- // TOSA Spec Section 2.9
1777
1769
// Operator Class: Data Layout / Memory Reinterpretation.
1778
1770
//===----------------------------------------------------------------------===//
1779
1771
@@ -2033,7 +2025,6 @@ def Tosa_TransposeOp : Tosa_InferShapedTypeOp<"transpose",
2033
2025
}
2034
2026
2035
2027
//===----------------------------------------------------------------------===//
2036
- // TOSA Spec Section 2.10
2037
2028
// Operator Class: Scatter/gather Operations.
2038
2029
//===----------------------------------------------------------------------===//
2039
2030
@@ -2091,7 +2082,6 @@ def Tosa_ScatterOp : Tosa_InferShapedTypeOp<"scatter"> {
2091
2082
}
2092
2083
2093
2084
//===----------------------------------------------------------------------===//
2094
- // TOSA Spec Section 2.11
2095
2085
// Operator Class: Image Frontend Functions.
2096
2086
//===----------------------------------------------------------------------===//
2097
2087
@@ -2132,7 +2122,6 @@ def Tosa_ResizeOp : Tosa_InferShapedTypeOp<"resize"> {
2132
2122
}
2133
2123
2134
2124
//===----------------------------------------------------------------------===//
2135
- // TOSA Spec Section 2.12
2136
2125
// Operator Class: Type Conversion.
2137
2126
//===----------------------------------------------------------------------===//
2138
2127
@@ -2243,7 +2232,6 @@ def Tosa_RescaleOp: Tosa_Op<"rescale", [Pure,
2243
2232
}
2244
2233
2245
2234
//===----------------------------------------------------------------------===//
2246
- // TOSA Spec Section 2.13
2247
2235
// Operator Class: Data Node Ops.
2248
2236
//===----------------------------------------------------------------------===//
2249
2237
@@ -2313,7 +2301,6 @@ def Tosa_IdentityOp: Tosa_Op<"identity", [Pure,
2313
2301
}
2314
2302
2315
2303
//===----------------------------------------------------------------------===//
2316
- // TOSA Spec Section 2.14
2317
2304
// Operator Class: Custom Operators.
2318
2305
//===----------------------------------------------------------------------===//
2319
2306
@@ -2373,7 +2360,6 @@ def Tosa_CustomOp : Tosa_Op<"custom"> {
2373
2360
}
2374
2361
2375
2362
//===----------------------------------------------------------------------===//
2376
- // TOSA Spec Section 2.15
2377
2363
// Operator Class: Control Flow Operators.
2378
2364
//===----------------------------------------------------------------------===//
2379
2365
0 commit comments