Skip to content

Commit

Permalink
Removing test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtopalovicTT committed Dec 27, 2024
1 parent 435c787 commit c8f0156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ttmlir/Silicon/TTNN/simple_mean.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module {
return %1 : tensor<128x1xf32>
}

func.func public @mean_into_reshape_dim_array(%arg0: tensor<1x1x49x2048xf32>) -> (tensor<1x2048x1x1xf32> {ttir.name = "AvgPool2d.output_avg_pool2d_0"}) {
func.func public @mean_into_reshape_dim_array(%arg0: tensor<1x1x49x2048xf32>) -> tensor<1x2048x1x1xf32> {
// CHECK: "ttnn.mean"
// CHECK-SAME: {dim = [-2 : i32], keep_dim = true}
// CHECK: "ttnn.reshape"
Expand All @@ -48,7 +48,7 @@ module {
return %4 : tensor<1x2048x1x1xf32>
}

func.func public @mean_into_reshape_dim_scalar(%arg0: tensor<1x1x49x2048xf32>) -> (tensor<1x2048x1x1xf32> {ttir.name = "AvgPool2d.output_avg_pool2d_0"}) {
func.func public @mean_into_reshape_dim_scalar(%arg0: tensor<1x1x49x2048xf32>) -> tensor<1x2048x1x1xf32> {
// CHECK: "ttnn.mean"
// CHECK-SAME: {dim = -2 : si32, keep_dim = true}
// CHECK: "ttnn.reshape"
Expand Down

0 comments on commit c8f0156

Please sign in to comment.