Home
last modified time | relevance | path

Searched defs:graph_key (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc72 int64 graph_key, const StatusCallback& done) { in RefreshStepIdSequenceAsync()
114 for (int64 graph_key : request->graph_key()) { in GetStepSequenceAsync() local
149 int64 RpcCollectiveExecutorMgr::NextStepId(int64 graph_key) { in NextStepId()
158 void RpcCollectiveExecutorMgr::RetireStepId(int64 graph_key, int64 step_id) { in RetireStepId()
Dmaster_session.cc1570 uint64 MasterSession::NewStepId(int64 graph_key) { in NewStepId()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h60 int64 NextStepId(int64 graph_key) override { in NextStepId()
64 void RetireStepId(int64 graph_key, int64 step_id) override {} in RetireStepId()
Dtest_collective_executor_mgr.h114 void RefreshStepIdSequenceAsync(int64 graph_key, in RefreshStepIdSequenceAsync()
119 int64 NextStepId(int64 graph_key) override { in NextStepId()
123 void RetireStepId(int64 graph_key, int64 step_id) override {} in RetireStepId()
Dcollective_executor_mgr.cc90 int64 graph_key, const StatusCallback& done) { in RefreshStepIdSequenceAsync()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto596 repeated int64 graph_key = 1; field
600 int64 graph_key = 1; field