[Mlir-commits] [mlir] [mlir][tosa] Enhance verify checks for PAD Op (PR #137177)
Peng Sun
llvmlistbot at llvm.org
Thu Apr 24 11:07:35 PDT 2025
================
@@ -281,9 +281,18 @@ func.func @test_pad_non_const(%arg0: tensor<13x21x3xf32>, %arg1: !tosa.shape<6>)
// -----
-func.func @test_pad_non_const(%arg0: tensor<13x21x3xi8>, %arg1: tensor<1xi8>) -> tensor<13x21x3xi8> {
+func.func @test_pad_pad_const_non_const(%arg0: tensor<13x21x3xi8>, %arg1: tensor<1xi8>) -> tensor<13x22x4xi8> {
----------------
psunn wrote:
Thanks Won.
I meant the `pad_const` input to the `pad` operator in `test_pad_pad_const_non_const`.
`test_pad_const_non_const` is less confusing, updated.
https://github.com/llvm/llvm-project/pull/137177
More information about the Mlir-commits
mailing list