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.h240 int64 nan_count = 0; in Compute() local
250 nan_count++; in Compute()
257 output_tensor->vec<int64>()(0) = nan_count; in Compute()
289 int64 nan_count = 0; in Compute() local
311 nan_count++; in Compute()
362 output_tensor->vec<double>()(2) = static_cast<double>(nan_count); in Compute()
380 bool mute = mute_if_healthy_ && nan_count == 0 && negative_inf_count == 0 && in Compute()