Skip to content

Commit 37feced

Browse files
[mlir][Tosa] Fix typo in avg_pool2d summary (#116538)
1 parent 9d70265 commit 37feced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def Tosa_AccType : AnyTypeOf<[I<32>, SI<32>, F16, F32]>;
6363
// Operator: avg_pool2d
6464
//===----------------------------------------------------------------------===//
6565
def Tosa_AvgPool2dOp : Tosa_InferShapedTypeOp<"avg_pool2d"> {
66-
let summary = "Performs max pooling on the input.";
66+
let summary = "Performs average pooling on the input.";
6767

6868
let description = [{
6969
This performs an average pooling over the given input tensor. A sliding

0 commit comments

Comments
 (0)