Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h52 int64 NextStepId(int64 graph_key) override { in NextStepId()
56 void RetireStepId(int64 graph_key, int64 step_id) override {} in RetireStepId()
Dtest_collective_executor_mgr.h101 void RefreshStepIdSequenceAsync(int64 graph_key, in RefreshStepIdSequenceAsync()
106 int64 NextStepId(int64 graph_key) override { in NextStepId()
110 void RetireStepId(int64 graph_key, int64 step_id) override {} in RetireStepId()
Dcollective_executor_mgr.cc86 int64 graph_key, const StatusCallback& done) { in RefreshStepIdSequenceAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc69 int64 graph_key, const StatusCallback& done) { in RefreshStepIdSequenceAsync()
111 for (int64 graph_key : request->graph_key()) { in GetStepSequenceAsync() local
146 int64 RpcCollectiveExecutorMgr::NextStepId(int64 graph_key) { in NextStepId()
155 void RpcCollectiveExecutorMgr::RetireStepId(int64 graph_key, int64 step_id) { in RetireStepId()
Dmaster_session.cc1478 uint64 MasterSession::NewStepId(int64 graph_key) { in NewStepId()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto545 repeated int64 graph_key = 1; field
549 int64 graph_key = 1; field