Skip to content

Commit

Permalink
add bool to unsupp dtypes of isfinite (tf backend)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraChristina committed Aug 17, 2023
1 parent 5852234 commit 8512861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy/functional/backends/tensorflow/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def greater_equal(
return tf.math.greater_equal(x1, x2)


@with_unsupported_dtypes({"2.13.0 and below": ("bool",)}, backend_version)
def isfinite(
x: Union[tf.Tensor, tf.Variable],
/,
Expand Down

0 comments on commit 8512861

Please sign in to comment.