We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8111867 commit 2d82f25Copy full SHA for 2d82f25
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -63,7 +63,7 @@ def Tosa_AccType : AnyTypeOf<[I<32>, SI<32>, F16, F32]>;
63
// Operator: avg_pool2d
64
//===----------------------------------------------------------------------===//
65
def Tosa_AvgPool2dOp : Tosa_InferShapedTypeOp<"avg_pool2d"> {
66
- let summary = "Performs max pooling on the input.";
+ let summary = "Performs average pooling on the input.";
67
68
let description = [{
69
This performs an average pooling over the given input tensor. A sliding
0 commit comments