cupynumeric.empty_like#
- cupynumeric.empty_like(prototype, dtype=None)#
Return a new array with the same shape and type as a given array.
- Parameters:
- Returns:
out – Array of uninitialized (arbitrary) data with the same shape and type as prototype.
- Return type:
See also
- Availability:
Multiple GPUs, Multiple CPUs