a.reshape(shape, order='C')
Some inconsistencies with the Dask version may exist.
note
See
:None:meth:`dask.array.reshape`
for an explanation ofthe
merge_chunks
keyword.
Returns an array containing the same data with a new shape.
Refer to numpy.reshape
for full documentation.
Unlike the free function numpy.reshape
, this method on :None:None:`ndarray`
allows the elements of the shape parameter to be passed in as separate arguments. For example, a.reshape(10, 11)
is equivalent to a.reshape((10, 11))
.
This docstring was copied from numpy.ndarray.reshape.
numpy.reshape
equivalent function
The following pages refer to to this document either explicitly or contain code examples using this.
dask.array.overlap.map_overlap
dask.array.routines.squeeze
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