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 2b5ac43 commit 3b38992Copy full SHA for 3b38992
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -74,7 +74,9 @@ def Tosa_AvgPool2dOp : Tosa_InferShapedTypeOp<"avg_pool2d"> {
74
let description = [{
75
This performs an average pooling over the given input tensor. A sliding
76
window of size given by <kernel size> is passed over the input tensor, with
77
- the mean value being placed in the output tensor.
+ the mean value being placed in the output tensor. When calculating the
78
+ average, only the number of valid input tensor values, but not padding, are
79
+ used to calculate the divisor.
80
}];
81
82
let arguments = (ins
0 commit comments