DaskBackend¶
- class xarray_einstats.einops.DaskBackend[source]¶
Dask backend class for einops.
It should be imported before using functions of
xarray_einstats.einops
on Dask backed DataArrays. It doesn’t need to be initialized or used explicitlyNotes
Class created from the advise on issue einops#120 about Dask support. And from reading einops/_backends, the source of the AbstractBackend class of which DaskBackend is a subclass.