Home
last modified time | relevance | path

Searched defs:ShouldLog (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.cc440 bool LogEveryNState::ShouldLog(int n) { in ShouldLog() function in tensorflow::internal::LogEveryNState
444 bool LogFirstNState::ShouldLog(int n) { in ShouldLog() function in tensorflow::internal::LogFirstNState
454 bool LogEveryPow2State::ShouldLog(int ignored) { in ShouldLog() function in tensorflow::internal::LogEveryPow2State
460 bool LogEveryNSecState::ShouldLog(double seconds) { in ShouldLog() function in tensorflow::internal::LogEveryNSecState