Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h283 int64 negative_inf_count = 0; in Compute() local
313 negative_inf_count++; in Compute()
319 negative_inf_count++; in Compute()
362 output_tensor->vec<double>()(3) = static_cast<double>(negative_inf_count); in Compute()
379 bool mute = mute_if_healthy_ && nan_count == 0 && negative_inf_count == 0 && in Compute()