Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ivy/functional/backends/paddle/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def equal(
return paddle.equal(x1, x2)


@with_unsupported_dtypes(
{"2.6.0 and below": ("bool",)},
@with_supported_dtypes(
{"2.6.0 and below": ("bool", "float32", "float64", "int32", "int64")},
backend_version,
)
def less_equal(
Expand Down