Skip to content

Commit

Permalink
Fix const-fold test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Apr 26, 2024
1 parent ee54ffd commit 4707a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/compiler/mlir/lite/tests/const-fold.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ func.func @elementwise_unary_ops() -> (tensor<f32>, tensor<f32>, tensor<f32>, te
%6 = arith.constant dense<2.0> : tensor<f32>

// CHECK-DAG: [[cst0:%.*]] = arith.constant dense<1.000000e+00> : tensor<f32>
// CHECK-DAG: [[cst1:%.*]] = arith.constant dense<0.841470957> : tensor<f32>
// CHECK-DAG: [[cst2:%.*]] = arith.constant dense<0.540302277> : tensor<f32>
// CHECK-DAG: [[cst1:%.*]] = arith.constant dense<8.414710e-01> : tensor<f32>
// CHECK-DAG: [[cst2:%.*]] = arith.constant dense<0.540302336> : tensor<f32>
// CHECK-DAG: [[cst3:%.*]] = arith.constant dense<0.000000e+00> : tensor<f32>
// CHECK-DAG: [[cst4:%.*]] = arith.constant dense<2.000000e+00> : tensor<f32>
// CHECK-DAG: [[cst5:%.*]] = arith.constant dense<5.000000e-01> : tensor<f32>
Expand Down

0 comments on commit 4707a22

Please sign in to comment.