HomeSort by relevance Sort by last modified time
    Searched refs:SetLogging (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache.h 76 virtual void SetLogging(bool active) {}
worker_cache_wrapper.h 79 virtual void SetLogging(bool active) { wrapped_->SetLogging(active); }
session_mgr.cc 71 worker_cache->SetLogging(this->is_logging_active_);
145 void SessionMgr::SetLogging(bool active) {
152 worker_cache->SetLogging(active);
161 worker_cache->SetLogging(active);
session_mgr.h 61 void SetLogging(bool active);
worker_cache_logger.h 41 void SetLogging(bool v);
worker_session.cc 71 void SetLogging(bool active) override { wrapped_->SetLogging(active); }
worker_cache_logger.cc 34 void WorkerCacheLogger::SetLogging(bool v) {
master_session.cc 128 worker_cache_->SetLogging(active);
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
modemmanager.py 37 def SetLogging(self, level):
  /external/webrtc/webrtc/base/
sslsocketfactory.h 46 void SetLogging(LoggingSeverity level, const std::string& label,
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_cache.cc 93 void SetLogging(bool v) override { logger_.SetLogging(v); }
grpc_worker_service.cc 630 session_mgr->SetLogging(true);
637 session_mgr->SetLogging(false);
  /external/autotest/client/cros/networking/
mm1_proxy.py 78 connection.manager.SetLogging('DEBUG', timeout=timeout_seconds)
  /external/autotest/client/cros/cellular/
modem.py 274 self.manager.SetLogging('debug')
modem1.py 263 self.manager.SetLogging('DEBUG')

Completed in 462 milliseconds