Skip to content

Commit 189baed

Browse files
authored
[mlir][tosa] Add missing divider in tosa-infer-shapes.mlir (llvm#134883)
Minor format fix. Signed-off-by: Jerry Ge <[email protected]>
1 parent fed0f58 commit 189baed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,8 @@ func.func @transpose_conv2d_padded(%arg0: tensor<2x9x11x3xf32>, %arg1: tensor<5x
999999
return
10001000
}
10011001

1002+
// -----
1003+
10021004
// CHECK-LABEL: @transpose_conv2d_strided
10031005
func.func @transpose_conv2d_strided(%arg0: tensor<1x5x7x1xf32>, %arg1: tensor<1x1x1x1xf32>, %arg2: tensor<1xf32>, %arg3: tensor<1xf32>, %arg4: tensor<1xf32>) {
10041006
// CHECK: -> tensor<1x13x13x1xf32>

0 commit comments

Comments
 (0)