dask 2021.10.0

ParametersBackRef

A parallel nd-array comprised of many numpy arrays arranged in a grid.

This constructor is for advanced uses only. For normal use see the dask.array.from_array function.

Parameters

dask : dict

Task dependency graph

name : string

Name of array in dask

shape : tuple of ints

Shape of the entire array

chunks: iterable of tuples :

block sizes along each dimension

dtype : str or dtype

Typecode or data-type for the new Dask Array

meta : empty ndarray

empty ndarray created with same NumPy backend, ndim and dtype as the Dask Array being created (overrides dtype)

Parallel Dask Array

See Also

dask.array.from_array

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

dask

31 Elements
dask.array.gufunc.apply_gufunc
dask.base.annotate
dask.array.core.map_blocks
dask.array.tiledb_io.from_tiledb
dask.array.blockwise.blockwise
dask.array.core.from_func
dask.array.core.retrieve_from_ooc
dask.array.core.from_array
dask.array.overlap.sliding_window_view
dask.array.gufunc.as_gufunc
dask.base.optimize
dask.array.gufunc.gufunc
dask.array.random.RandomState
dask.array.core.Array.map_overlap
dask.base.compute
dask.array.chunk_types.register_chunk_type
dask.array.routines.histogram
dask.array.reductions.topk
dask.array.core.stack
dask.array.core.concatenate
dask.array.routines.histogram2d
dask.array.routines.histogramdd
dask.array.core._check_regular_chunks
dask.array.overlap.map_overlap
dask.array.core.Array.compute_chunk_sizes
dask.array.core.insert_to_ooc
dask.array.core.from_delayed
dask.array.core.unify_chunks
dask.array.reductions.argtopk
dask.array.overlap.overlap
dask.array.rechunk.rechunk

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /dask/array/core.py#1137
type: <class 'type'>
Commit: