Skip to content

Commit

Permalink
fix: Fixed ivy.fix for paddle backend (#27988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Suraj-27 authored Jan 22, 2024
1 parent 3d8fcae commit 5ec27ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy/functional/backends/paddle/experimental/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def allclose(
return paddle.allclose(x1, x2, rtol=rtol, atol=atol, equal_nan=equal_nan).squeeze(0)


@with_unsupported_dtypes({"2.6.0 and below": ("float16",)}, backend_version)
def fix(
x: paddle.Tensor,
/,
Expand Down

0 comments on commit 5ec27ac

Please sign in to comment.