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.cc71 int64_t graph_key, const StatusCallback& done) { in RefreshStepIdSequenceAsync()
113 for (int64_t graph_key : request->graph_key()) { in GetStepSequenceAsync() local
148 int64_t RpcCollectiveExecutorMgr::NextStepId(int64_t graph_key) { in NextStepId()
157 void RpcCollectiveExecutorMgr::RetireStepId(int64_t graph_key, in RetireStepId()
Dmaster_session.cc1588 uint64 MasterSession::NewStepId(int64_t graph_key) { in NewStepId()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h59 int64_t NextStepId(int64_t graph_key) override { in NextStepId()
63 void RetireStepId(int64_t graph_key, int64_t step_id) override {} in RetireStepId()
Dtest_collective_executor_mgr.h126 void RefreshStepIdSequenceAsync(int64_t graph_key, in RefreshStepIdSequenceAsync()
131 int64_t NextStepId(int64_t graph_key) override { in NextStepId()
135 void RetireStepId(int64_t graph_key, int64_t step_id) override {} in RetireStepId()
Dcollective_executor_mgr.cc92 int64_t graph_key, const StatusCallback& done) { in RefreshStepIdSequenceAsync()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto598 repeated int64 graph_key = 1; field
602 int64 graph_key = 1; field