You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_to_numpy is really mapping from the backend dtype to the frontend type. This means the method is badly named so should be something like: map_to_backend_dtype.
I think we also need to make sure the docstrings are clear this is an interface method
_to_numpy
is really mapping from the backenddtype
to the frontend type. This means the method is badly named so should be something like:map_to_backend_dtype
.See this comment.
The text was updated successfully, but these errors were encountered: