dask.array.Array.to_backend — Dask documentation (original) (raw)
dask.array.Array.to_backend¶
Array.to_backend(backend: str | None = None, **kwargs)[source]¶
Move to a new Array backend
Parameters
backendstr, Optional
The name of the new backend to move to. The default is the current “array.backend” configuration.
Returns
Array