NanMinΒΆ
Return the minimum of the array elements along a given axis, ignoring NaNs.
Abstract Signature:
NanMin(a: Tensor, axis: int | Sequence[int] | None, keepdims: bool = False, initial, where: Tensor | None)
Return the minimum of the array elements along a given axis, ignoring NaNs.
Abstract Signature:
NanMin(a: Tensor, axis: int | Sequence[int] | None, keepdims: bool = False, initial, where: Tensor | None)