Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dlogging.h39 : 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/
Dstatus_macros.cc102 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()
Dstatus_macros.h136 bool should_log_; variable