Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
DBUILD492 name = "rpc_collective_executor_mgr",
493 srcs = ["rpc_collective_executor_mgr.cc"],
494 hdrs = ["rpc_collective_executor_mgr.h"],
512 ":rpc_collective_executor_mgr",
/external/tensorflow/tensorflow/core/common_runtime/eager/
DBUILD75 "//tensorflow/core/distributed_runtime:rpc_collective_executor_mgr",
Dcontext.h364 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr);
Dcontext.cc795 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr) { in StoreCollectiveOpsServer() argument
796 collective_executor_mgr_.Reset(rpc_collective_executor_mgr); in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
DBUILD312 "//tensorflow/core/distributed_runtime:rpc_collective_executor_mgr",