ReduceProd ========== Computes the product of elements across dimensions of a tensor. **Abstract Signature:** ``ReduceProd(input: Tensor, axis: int | List[int], keepdims: bool = False)`` .. raw:: html
torch.prod
jnp.prod
numpy.prod
keras.ops.prod
tf.math.reduce_prod
mlx.core.prod