Searched refs:nan_count (Results 1 – 1 of 1) sorted by relevance
239 int64 nan_count = 0; in Compute() local249 nan_count++; in Compute()256 output_tensor->vec<int64>()(0) = nan_count; in Compute()288 int64 nan_count = 0; in Compute() local310 nan_count++; in Compute()361 output_tensor->vec<double>()(2) = static_cast<double>(nan_count); in Compute()379 bool mute = mute_if_healthy_ && nan_count == 0 && negative_inf_count == 0 && in Compute()