zeros_like(a, dtype=None, order='C', chunks=None, name=None, shape=None)
The shape and data-type of a
define these same attributes of the returned array.
Overrides the data type of the result.
Whether to store multidimensional data in C- or Fortran-contiguous (row- or column-wise) order in memory.
The number of samples on each block. Note that the last block will have fewer samples if len(array) % chunks != 0
.
An optional keyname for the array. Defaults to hashing the input keyword arguments.
Overrides the shape of the result.
Return an array of zeros with the same shape and type as a given array.
empty
Return a new uninitialized array.
empty_like
Return an empty array with shape and type of input.
ones
Return a new array setting values to one.
ones_like
Return an array of ones with shape and type of input.
zeros
Return a new array setting values to zero.
The following pages refer to to this document either explicitly or contain code examples using this.
dask.array.creation.full_like
dask.array.wrap.full
dask.array.routines.array
dask.array.wrap.full_like
dask.array.creation.ones_like
dask.array.creation.empty_like
dask.utils.empty
dask.array.creation.zeros_like
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