dpnp.dpnp_array.dpnp_array.prod

method

dpnp_array.prod(axis=None, dtype=None, *, out=None, keepdims=False, initial=None, where=True)[source]

Return the prod along a given axis.

Refer to dpnp.prod for full documentation.