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
Let's split this off from to_iterable (#109). In that discussion it was called to_array, but it should be named something more specific to make very clear that it's an instance of something like numpy.ndarray or jax.numpy.ndarray or torch.Tensor, and not an object that is guaranteed to adhere to the array API standard.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Let's split this off from
to_iterable
(#109). In that discussion it was calledto_array
, but it should be named something more specific to make very clear that it's an instance of something likenumpy.ndarray
orjax.numpy.ndarray
ortorch.Tensor
, and not an object that is guaranteed to adhere to the array API standard.The text was updated successfully, but these errors were encountered: