Searched refs:should_log_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | logging.h | 39 : severity_(severity), should_log_(true) {} in LoggingWrapper() 41 : severity_(severity), should_log_(log) {} in LoggingWrapper() 44 if (should_log_) { in ~LoggingWrapper() 56 bool should_log_; variable
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | status_macros.cc | 102 should_log_(is_logged_by_default), in Impl() 120 should_log_(true), in Impl() 160 return MakeError(file_, line_, code_, str, should_log_, log_severity_, in GetStatus()
|
D | status_macros.h | 136 bool should_log_; variable
|