qfeval_functions.functions.skipna

skipna(f, *xs, dim=-1)[source]

Applies the given data to the given function after removing NaNs. The function will take a tensor having non-NaN values and NaN values in the order. The order of non-NaN values must be preserved.

Return type:

Tensor