Skip to content

Commit

Permalink
fix: Fixed paddle_backend.signbit (#28180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Suraj-27 committed Feb 13, 2024
1 parent 7664577 commit 2f1d92d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ivy/functional/backends/paddle/experimental/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ def _tensor(val):
)


@with_unsupported_device_and_dtypes(
{"2.6.0 and below": {"cpu": ("float16",)}}, backend_version
)
def signbit(
x: Union[paddle.Tensor, float, int, list, tuple],
/,
Expand Down

0 comments on commit 2f1d92d

Please sign in to comment.