Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dscc.cc105 SCCNodeData* next_last = last->caller; in StrongConnect() local
106 if (next_last == nullptr) { in StrongConnect()
110 next_last->lowlink = std::min(next_last->lowlink, last->lowlink); in StrongConnect()
111 last = next_last; in StrongConnect()