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
Dworker_session.cc85 void ClearLogs() override { wrapped_->ClearLogs(); } in ClearLogs() function in tensorflow::__anonf821b21a0111::WorkerFreeListCache
Dsession_mgr.cc344 void SessionMgr::ClearLogs() { in ClearLogs() function in tensorflow::SessionMgr
350 worker_cache->ClearLogs(); in ClearLogs()
359 worker_cache->ClearLogs(); in ClearLogs()
Dworker_cache.h81 virtual void ClearLogs() {} in ClearLogs() function
Dworker_cache_logger.h44 void ClearLogs();
Dsession_mgr.h91 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.cc85 void ClearLogs() override { logger_.ClearLogs(); } in ClearLogs() function in tensorflow::__anon75b4e2090111::GrpcWorkerCache
Dgrpc_worker_service.cc723 session_mgr->ClearLogs(); in LoggingAsync()