cupynumeric.full_like#
- cupynumeric.full_like(
- a: ndarray,
- value: int | float,
- dtype: npt.DTypeLike | None = None,
- shape: NdShapeLike | None = None,
Return a full array with the same shape and type as a given array.
- Parameters:
- Returns:
out – Array of fill_value with the same shape and type as a.
- Return type:
See also
- Availability:
Multiple GPUs, Multiple CPUs