Home
last modified time | relevance | path

Searched refs:NextStepId (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc80 TEST_F(RpcCollectiveExecutorMgrTest, NextStepId) { in TEST_F() argument
81 int64 x = cme_->NextStepId(7); in TEST_F()
94 x = cme_->NextStepId(7); in TEST_F()
97 EXPECT_EQ(x, cme_->NextStepId(7)); in TEST_F()
98 EXPECT_EQ(x, cme_->NextStepId(7)); in TEST_F()
101 EXPECT_EQ(x, cme_->NextStepId(7)); in TEST_F()
104 int64 y = cme_->NextStepId(7); in TEST_F()
119 int64 z = cme_->NextStepId(7); in TEST_F()
126 int64 x = cme_->NextStepId(3); in TEST_F()
128 int64 y = cme_->NextStepId(4); in TEST_F()
Drpc_collective_executor_mgr.h54 int64 NextStepId(int64 graph_key) override;
Drpc_collective_executor_mgr.cc146 int64 RpcCollectiveExecutorMgr::NextStepId(int64 graph_key) { in NextStepId() function in tensorflow::RpcCollectiveExecutorMgr
Dmaster_session.cc1483 uint64 step_id = env_->collective_executor_mgr->NextStepId(graph_key); in NewStepId()
1501 step_id = env_->collective_executor_mgr->NextStepId(graph_key); in NewStepId()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h52 int64 NextStepId(int64 graph_key) override { in NextStepId() function
Dcollective_executor_mgr_test.cc73 EXPECT_EQ(CollectiveExecutor::kInvalidId, cme_->NextStepId(123)); in TEST_F()
Dtest_collective_executor_mgr.h106 int64 NextStepId(int64 graph_key) override { in NextStepId() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h451 int64 NextStepId();
Dxla_compiler.cc462 int64 XlaCompiler::NextStepId() { return next_step_id_++; } in NextStepId() function in tensorflow::XlaCompiler
1128 flib_runtime_, NextStepId())); in CompileGraph()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h200 virtual int64 NextStepId(int64 graph_key) = 0;