ReduceProdΒΆ
Computes the product of elements across dimensions of a tensor.
Abstract Signature:
ReduceProd(input: Tensor, axis: int | List[int], keepdims: bool = False)
Computes the product of elements across dimensions of a tensor.
Abstract Signature:
ReduceProd(input: Tensor, axis: int | List[int], keepdims: bool = False)