cupynumeric.empty#
- cupynumeric.empty(shape, dtype=float)#
Return a new array of given shape and type, without initializing entries.
- Parameters:
- Returns:
out – Array of uninitialized (arbitrary) data of the given shape and dtype.
- Return type:
See also
- Availability:
Multiple GPUs, Multiple CPUs