Home
last modified time | relevance | path

Searched defs:NextStepId (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h59 int64_t NextStepId(int64_t graph_key) override { in NextStepId() function
Dtest_collective_executor_mgr.h131 int64_t NextStepId(int64_t graph_key) override { in NextStepId() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc83 TEST_F(RpcCollectiveExecutorMgrTest, NextStepId) { in TEST_F() argument
Drpc_collective_executor_mgr.cc148 int64_t RpcCollectiveExecutorMgr::NextStepId(int64_t graph_key) { in NextStepId() function in tensorflow::RpcCollectiveExecutorMgr
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc538 int64_t XlaCompiler::NextStepId() { return next_step_id_++; } in NextStepId() function in tensorflow::XlaCompiler