Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h296 int64 non_inf_nan_count = 0; in Compute() local
337 non_inf_nan_count++; in Compute()
342 if (non_inf_nan_count > 0) { in Compute()
343 mean = sum / non_inf_nan_count; in Compute()
353 variance /= non_inf_nan_count; in Compute()