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)`` .. raw:: html

JAX (Core)

API: jax.numpy.nanprod
Strategy: Direct Mapping

NumPy

API: numpy.nanprod
Strategy: Direct Mapping