dpnp.ndarray.prod

method

ndarray.prod(axis=None, dtype=None, *, out=None, keepdims=False, initial=None, where=True)

Return the prod along a given axis.

Refer to dpnp.prod for full documentation.