Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/s3/
Daws_logging.h38 return log_level_; in GetLogLevel()
43 log_level_.store(log_level); in SetLogLevel()
61 std::atomic<Aws::Utils::Logging::LogLevel> log_level_; variable
Daws_logging.cc29 : log_level_(log_level) {} in AWSLogSystem()