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.cc75 GraphKeySequence* gks = nullptr; in RefreshStepIdSequenceAsync()
78 gks = new GraphKeySequence(graph_key); in RefreshStepIdSequenceAsync()
116 GraphKeySequence* gks = nullptr; in GetStepSequenceAsync()
118 gks = new GraphKeySequence(graph_key); in GetStepSequenceAsync()
136 GraphKeySequence* gks = nullptr; in UpdateStepSequences()
139 gks = new GraphKeySequence(ss.graph_key()); in UpdateStepSequences()
Drpc_collective_executor_mgr.h72 struct GraphKeySequence { struct
73 explicit GraphKeySequence(int64 k) in GraphKeySequence() function
81 gtl::FlatMap<int64, GraphKeySequence*> sequence_table_ argument