Home
last modified time | relevance | path

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

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