diff options
author | Luke Hutton <luke.hutton@arm.com> | 2025-03-12 17:48:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 10:48:33 -0700 |
commit | c44c9051747eda8a62c720202b16d858e7dc7b3d (patch) | |
tree | bd48d73be3d79fac9d9ab1184df4fc9bc629d8f8 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | f62e168d3f1ddbeff408d8f7ff1dd0fc0cd70029 (diff) | |
download | llvm-c44c9051747eda8a62c720202b16d858e7dc7b3d.zip llvm-c44c9051747eda8a62c720202b16d858e7dc7b3d.tar.gz llvm-c44c9051747eda8a62c720202b16d858e7dc7b3d.tar.bz2 |
[mlir][tosa] Add error if verification to pooling operators (#130052)
This commit adds the following checks to avg_pool2d and max_pool2d TOSA
operations:
- check kernel values are >= 1
- check stride values are >= 1
- check padding values are >= 0
- check padding values are less than kernel sizes
- check output shape matches the expected output shape
Signed-off-by: Luke Hutton <luke.hutton@arm.com>
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions