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