cupynumeric.ndarray.prod#
- ndarray.prod(
- axis: Any = None,
- dtype: dtype[Any] | None = None,
- out: ndarray | None = None,
- keepdims: bool = False,
- initial: int | float | None = None,
- where: ndarray | None = None,
a.prod(axis=None, dtype=None, out=None, keepdims=False, initial=1, where=True)
Return the product of the array elements over the given axis
Refer to
cupynumeric.prod()
for full documentation.See also
cupynumeric.prod
equivalent function
- Availability:
Multiple GPUs, Multiple CPUs