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