Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dscc.cc37 caller_loop_location(-1) {} in SCCNodeData()
43 caller_loop_location = 0; in ResetStack()
52 int caller_loop_location; // Index in parent StrongConnect for loop member
69 v->caller_loop_location = 0; in StrongConnect()
73 if (last->caller_loop_location < last->children.size()) { in StrongConnect()
77 SCCNodeData* w = last->children[last->caller_loop_location]; in StrongConnect()
78 ++(last->caller_loop_location); // For loop iterator increment in StrongConnect()