Home
last modified time | relevance | path

Searched refs:NewStepId (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h144 uint64 NewStepId(int64 graph_key);
Dmaster_session.cc1478 uint64 MasterSession::NewStepId(int64 graph_key) { in NewStepId() function in tensorflow::MasterSession
1534 NewStepId(BuildGraphOptions::kNoCollectiveGraphKey), count); in PartialRunSetup()
1881 uint64 step_id = NewStepId(rcg->collective_graph_key()); in DoRunWithLocalExecution()
1946 const uint64 step_id = NewStepId(rcg->collective_graph_key()); in DoRunCallable()