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