Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc72 GraphKeySequence* gks = nullptr; in RefreshStepIdSequenceAsync()
75 gks = new GraphKeySequence(graph_key); in RefreshStepIdSequenceAsync()
113 GraphKeySequence* gks = nullptr; in GetStepSequenceAsync()
115 gks = new GraphKeySequence(graph_key); in GetStepSequenceAsync()
133 GraphKeySequence* gks = nullptr; in UpdateStepSequences()
136 gks = new GraphKeySequence(ss.graph_key()); in UpdateStepSequences()
Drpc_collective_executor_mgr.h71 struct GraphKeySequence { struct
72 explicit GraphKeySequence(int64 k) in GraphKeySequence() function
80 gtl::FlatMap<int64, GraphKeySequence*> sequence_table_ argument