Home
last modified time | relevance | path

Searched refs:cluster_flr (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h80 DistributedFunctionLibraryRuntime* cluster_flr,
183 DistributedFunctionLibraryRuntime* cluster_flr, Item* item);
Dworker_session.cc104 cluster_flr( in WorkerSession()
128 cluster_flr( in WorkerSession()
Dgraph_mgr.cc126 DistributedFunctionLibraryRuntime* cluster_flr, in InitItem() argument
144 worker_env_->compute_pool, cluster_flr)); in InitItem()
286 DistributedFunctionLibraryRuntime* cluster_flr, in Register() argument
290 collective_graph_key, cluster_flr, item); in Register()
Dworker_session.h58 std::unique_ptr<ClusterFunctionLibraryRuntime> cluster_flr; member
Dworker.cc77 request->collective_graph_key(), session->cluster_flr.get(), in RegisterGraphAsync()