Skip to content

Commit

Permalink
fix: remove incorrect unsupported dtype decorator from tf backend res…
Browse files Browse the repository at this point in the history
…hape (#28538)
  • Loading branch information
Sam-Armstrong committed Mar 11, 2024
1 parent feee5e9 commit 441fa45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ivy/functional/backends/tensorflow/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def permute_dims(
return tf.transpose(x, perm=axes)


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

0 comments on commit 441fa45

Please sign in to comment.