Home
last modified time | relevance | path

Searched refs:ResetDefaultWorkerCache (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.h69 void ResetDefaultWorkerCache(WorkerCacheInterface* worker_cache);
Dsession_mgr.cc186 void SessionMgr::ResetDefaultWorkerCache(WorkerCacheInterface* worker_cache) { in ResetDefaultWorkerCache() function in tensorflow::SessionMgr
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc443 worker_env_.session_mgr->ResetDefaultWorkerCache(worker_cache); in UpdateServerDef()