HomeSort by relevance Sort by last modified time
    Searched full:caller_loop_location (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/grappler/utils/
scc.cc 37 caller_loop_location(-1) {}
43 caller_loop_location = 0;
52 int caller_loop_location; // Index in parent StrongConnect for loop member in struct:tensorflow::grappler::SCCNodeData
62 // caller_loop_location properties.
69 v->caller_loop_location = 0;
73 if (last->caller_loop_location < last->children.size()) {
75 // continuing at v->caller_loop_location after having finished a
77 SCCNodeData* w = last->children[last->caller_loop_location];
78 ++(last->caller_loop_location); // For loop iterator increment

Completed in 104 milliseconds