Skip to content

Commit

Permalink
FIX! Fix Ivy Failing Test: paddle - elementwise.not_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadNizamani committed Jan 23, 2024
1 parent 12c965a commit 2d08bf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ivy/functional/backends/paddle/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@ def negative(
return paddle.neg(x)


@with_supported_dtypes(
{"2.6.0 and below": ("float32", "float64", "int32", "int64")},
backend_version,
)
def not_equal(
x1: Union[float, paddle.Tensor],
x2: Union[float, paddle.Tensor],
Expand Down

0 comments on commit 2d08bf1

Please sign in to comment.