Skip to content

Commit

Permalink
added inverse function to paddle math.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hovo7 committed Sep 13, 2023
1 parent f31d18c commit 8b4275a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ivy/functional/frontends/tensorflow/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def is_inf(x, name=None):
def is_nan(x, name=None):
return ivy.isnan(x)


@to_ivy_arrays_and_back
def is_non_decreasing(x, name="is_non_decreasing"):
if ivy.array(x).size < 2:
Expand Down

0 comments on commit 8b4275a

Please sign in to comment.