Home
last modified time | relevance | path

Searched refs:new_worker_cache (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.cc129 std::unique_ptr<WorkerCacheInterface> new_worker_cache, in UpdateWorkerCacheAndDevices() argument
135 new WorkerFreeListCache(std::move(new_worker_cache))); in UpdateWorkerCacheAndDevices()
Dworker_session.h84 std::unique_ptr<WorkerCacheInterface> new_worker_cache,