Home
last modified time | relevance | path

Searched refs:ClearLogs (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_wrapper.h83 void ClearLogs() override { wrapped_->ClearLogs(); } in ClearLogs() function
Dsession_mgr.cc301 void SessionMgr::ClearLogs() { in ClearLogs() function in tensorflow::SessionMgr
307 worker_cache->ClearLogs(); in ClearLogs()
316 worker_cache->ClearLogs(); in ClearLogs()
Dworker_session.cc85 void ClearLogs() override { wrapped_->ClearLogs(); } in ClearLogs() function in tensorflow::__anond7fc9e3e0111::WorkerFreeListCache
Dworker_cache.h81 virtual void ClearLogs() {} in ClearLogs() function
Dworker_cache_logger.h44 void ClearLogs();
Dsession_mgr.h76 void ClearLogs();
Dworker_cache_logger.cc47 void WorkerCacheLogger::ClearLogs() { in ClearLogs() function in tensorflow::WorkerCacheLogger
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.cc95 void ClearLogs() override { logger_.ClearLogs(); } in ClearLogs() function in tensorflow::__anona5d03dad0111::GrpcWorkerCache
Dgrpc_worker_service.cc719 session_mgr->ClearLogs(); in LoggingAsync()