Skip to content

Commit

Permalink
Remove stray \n in stablehlo_to_tf example (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevesquedion authored Apr 25, 2024
1 parent 02e0006 commit 3202d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ arguments to the API.
%1 = stablehlo.dot_general %arg2, %0, contracting_dims = [1] x [0], precision = [DEFAULT, DEFAULT] : (tensor<2x2xf32>, tensor<2x2xf32>) -> tensor<2x2xf32>
%2 = stablehlo.broadcast_in_dim %arg0, dims = [1] : (tensor<2xf32>) -> tensor<2x2xf32>
%3 = stablehlo.add %1, %2 : tensor<2x2xf32>
return %3 : tensor<2x2xf32>\n
return %3 : tensor<2x2xf32>
}
}
```
Expand Down

0 comments on commit 3202d37

Please sign in to comment.