Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc342 string all_anomalies; in checkForAnomalies() local
344 all_anomalies = strings::StrCat(anomalies[0], ", ", anomalies[1], in checkForAnomalies()
347 all_anomalies = strings::StrCat(anomalies[0], " and ", anomalies[1]); in checkForAnomalies()
349 all_anomalies = anomalies[0]; in checkForAnomalies()
352 this->message_, " : Tensor had ", all_anomalies, " values")); in checkForAnomalies()