Skip to content

Commit

Permalink
#5589: Linter applied
Browse files Browse the repository at this point in the history
  • Loading branch information
npetrovic-tenstorrent authored and boris-drazic committed Mar 14, 2024
1 parent cd781a3 commit 7d0dbc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tests/tt_eager/python_api_testing/sweep_tests/op_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"ttnn-l1_loss_mean": {
"tt_lib_op": ttnn_ops.l1_loss_mean,
"pytorch_op": pytorch_ops.l1_loss_mean,
},
},
"ttnn-ldexp": {
"tt_lib_op": ttnn_ops.ldexp,
"pytorch_op": pytorch_ops.ldexp,
Expand Down
3 changes: 0 additions & 3 deletions tests/ttnn/python_api_testing/sweep_tests/ttnn_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,6 @@ def upsample(
return ttnn_tensor_to_torch(t1)


<<<<<<< HEAD
def l1_loss_sum(
x,
y,
Expand Down Expand Up @@ -2229,8 +2228,6 @@ def l1_loss(
return ttnn_tensor_to_torch(t1)


=======
>>>>>>> #5589: Added bfloat8b in working tests
def ldexp(
x,
y,
Expand Down

0 comments on commit 7d0dbc0

Please sign in to comment.