cupynumeric.zeros#
- cupynumeric.zeros(shape, dtype=float)#
Return a new array of given shape and type, filled with zeros.
- Parameters:
- Returns:
out – Array of zeros with the given shape and dtype.
- Return type:
See also
- Availability:
Multiple GPUs, Multiple CPUs