Skip to content

Commit

Permalink
fix: fixed tanh paddle backend failing test (#27817)
Browse files Browse the repository at this point in the history
Co-authored-by: NripeshN <[email protected]>
  • Loading branch information
samthakur587 and NripeshN authored Dec 31, 2023
1 parent 0ec2241 commit 980f9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/backends/paddle/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def not_equal(


@with_supported_device_and_dtypes(
{"2.5.2 and below": {"cpu": ("bfloat16", "float32", "float64", "complex")}},
{"2.5.2 and below": {"cpu": ("float32", "float64", "complex")}},
backend_version,
)
def tanh(x: paddle.Tensor, /, *, out: Optional[paddle.Tensor] = None) -> paddle.Tensor:
Expand Down

0 comments on commit 980f9c6

Please sign in to comment.