Home
last modified time | relevance | path

Searched refs:collective_graph_key_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h404 int64 collective_graph_key_ GUARDED_BY(collective_graph_key_lock_) = -1;
Ddirect_session.cc756 collective_graph_key_ = executors_and_keys->collective_graph_key; in Run()
Ddirect_session_test.cc2270 *collective_graph_key = direct_session->collective_graph_key_; in RunGraphWithCollectiveFunctions()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc81 collective_graph_key_( in ReffedClientGraph()
112 int64 collective_graph_key() { return collective_graph_key_; } in collective_graph_key()
245 const int64 collective_graph_key_; member in tensorflow::MasterSession::ReffedClientGraph
476 c->req.set_collective_graph_key(collective_graph_key_); in DoRegisterPartitions()