Skip to content

Commit

Permalink
fix: specify bfloat16 as unsupported in eye function for paddle bac…
Browse files Browse the repository at this point in the history
…kend (#28709)
  • Loading branch information
ZJay07 authored Apr 2, 2024
1 parent b04c444 commit 8120107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy/functional/backends/paddle/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def empty_like(
"complex64",
"complex128",
"bool",
"bfloat16",
)
}
},
Expand Down

0 comments on commit 8120107

Please sign in to comment.