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.h52 int64 NextStepId(int64 graph_key) override { in NextStepId() function
Dtest_collective_executor_mgr.h106 int64 NextStepId(int64 graph_key) override { in NextStepId() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc146 int64 RpcCollectiveExecutorMgr::NextStepId(int64 graph_key) { in NextStepId() function in tensorflow::RpcCollectiveExecutorMgr
Drpc_collective_executor_mgr_test.cc80 TEST_F(RpcCollectiveExecutorMgrTest, NextStepId) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc462 int64 XlaCompiler::NextStepId() { return next_step_id_++; } in NextStepId() function in tensorflow::XlaCompiler