Home
last modified time | relevance | path

Searched refs:RetireStepId (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc100 cme_->RetireStepId(6, x); in TEST_F()
103 cme_->RetireStepId(7, x); in TEST_F()
Drpc_collective_executor_mgr.h56 void RetireStepId(int64 graph_key, int64 step_id) override;
Drpc_collective_executor_mgr.cc155 void RpcCollectiveExecutorMgr::RetireStepId(int64 graph_key, int64 step_id) { in RetireStepId() function in tensorflow::RpcCollectiveExecutorMgr
Dmaster_session.cc1821 env_->collective_executor_mgr->RetireStepId(rcg->collective_graph_key(), in PostRunCleanup()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h56 void RetireStepId(int64 graph_key, int64 step_id) override {} in RetireStepId() function
Dtest_collective_executor_mgr.h110 void RetireStepId(int64 graph_key, int64 step_id) override {} in RetireStepId() function
/external/tensorflow/tensorflow/core/framework/
Dcollective.h205 virtual void RetireStepId(int64 graph_key, int64 step_id) = 0;