Home
last modified time | relevance | path

Searched refs:nan_count (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h239 int64 nan_count = 0; in Compute() local
249 nan_count++; in Compute()
256 output_tensor->vec<int64>()(0) = nan_count; in Compute()
288 int64 nan_count = 0; in Compute() local
310 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()