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
convert the backend array API being used (NumPy, JAX, etc - see Array API backend #317) to and from the underlying storage.
These belong together since they are quite closely related, e.g. the use case in #304 where the underlying storage is Zarr and the backend array is JAX on GPUs, so it makes sense to have something that encapsulates this.
The text was updated successfully, but these errors were encountered:
This would
These belong together since they are quite closely related, e.g. the use case in #304 where the underlying storage is Zarr and the backend array is JAX on GPUs, so it makes sense to have something that encapsulates this.
The text was updated successfully, but these errors were encountered: