NanCumprodΒΆ
Cumulative product of elements along an axis, ignoring NaN values.
Abstract Signature:
NanCumprod(a: Tensor, axis: int | None, dtype: DType | None)
Cumulative product of elements along an axis, ignoring NaN values.
Abstract Signature:
NanCumprod(a: Tensor, axis: int | None, dtype: DType | None)