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.h60 int64 NextStepId(int64 graph_key) override { in NextStepId() function
Dtest_collective_executor_mgr.h119 int64 NextStepId(int64 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.cc149 int64 RpcCollectiveExecutorMgr::NextStepId(int64 graph_key) { in NextStepId() function in tensorflow::RpcCollectiveExecutorMgr
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc533 int64 XlaCompiler::NextStepId() { return next_step_id_++; } in NextStepId() function in tensorflow::XlaCompiler