NanMeanΒΆ
Computes the mean of all non-NaN elements.
Abstract Signature:
NanMean(input: Tensor, dim: int, keepdim: bool = False)
Keras
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial
Computes the mean of all non-NaN elements.
Abstract Signature:
NanMean(input: Tensor, dim: int, keepdim: bool = False)
ββ