NanProdΒΆ
Return the product of array elements along a given axis, ignoring NaNs.
Abstract Signature:
NanProd(a: Tensor, axis: int | None, dtype: DType | None, keepdims: bool = False)
Return the product of array elements along a given axis, ignoring NaNs.
Abstract Signature:
NanProd(a: Tensor, axis: int | None, dtype: DType | None, keepdims: bool = False)