NanMedianΒΆ
Returns the median of the values in input, ignoring NaNs.
Abstract Signature:
NanMedian(input: Tensor, dim: int, keepdim: bool = False)
Keras
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial
Returns the median of the values in input, ignoring NaNs.
Abstract Signature:
NanMedian(input: Tensor, dim: int, keepdim: bool = False)
ββ