Replies: 1 comment 3 replies
-
What would be the C++ type associated with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using
bfloat16
fromml_dtypes
as the type of anp.ndarray
is not cast to and::array
.Is there a way to use the non-standard types to get this to work?
For example, given this extension:
The following code throws an error on the
bfloat
array (which is expected).Beta Was this translation helpful? Give feedback.
All reactions