Home
last modified time | relevance | path

Searched refs:SetLogging (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc71 worker_cache->SetLogging(this->is_logging_active_); in CreateSession()
145 void SessionMgr::SetLogging(bool active) { in SetLogging() function in tensorflow::SessionMgr
152 worker_cache->SetLogging(active); in SetLogging()
161 worker_cache->SetLogging(active); in SetLogging()
Dworker_cache_wrapper.h79 virtual void SetLogging(bool active) { wrapped_->SetLogging(active); } in SetLogging() function
Dworker_session.cc71 void SetLogging(bool active) override { wrapped_->SetLogging(active); } in SetLogging() function in tensorflow::__anond5aa72bc0111::WorkerFreeListCache
Dworker_cache.h76 virtual void SetLogging(bool active) {} in SetLogging() function
Dworker_cache_logger.h41 void SetLogging(bool v);
Dsession_mgr.h61 void SetLogging(bool active);
Dworker_cache_logger.cc34 void WorkerCacheLogger::SetLogging(bool v) { in SetLogging() function in tensorflow::WorkerCacheLogger
Dmaster_session.cc128 worker_cache_->SetLogging(active); in SetRPCLogging()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.cc93 void SetLogging(bool v) override { logger_.SetLogging(v); } in SetLogging() function in tensorflow::__anonab8e586b0111::GrpcWorkerCache
Dgrpc_worker_service.cc630 session_mgr->SetLogging(true); in LoggingAsync()
637 session_mgr->SetLogging(false); in LoggingAsync()
/external/autotest/client/cros/cellular/pseudomodem/
Dmodemmanager.py37 def SetLogging(self, level): member in ModemManager
/external/webrtc/webrtc/base/
Dsslsocketfactory.h46 void SetLogging(LoggingSeverity level, const std::string& label,
/external/autotest/client/cros/networking/
Dmm1_proxy.py78 connection.manager.SetLogging('DEBUG', timeout=timeout_seconds)
/external/autotest/client/cros/cellular/
Dmodem1.py263 self.manager.SetLogging('DEBUG')
Dmodem.py274 self.manager.SetLogging('debug')