[x] _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.
[x] 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.