Home
last modified time | relevance | path

Searched defs:SCCNodeData (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dscc.cc30 struct SCCNodeData { struct
31 SCCNodeData() in SCCNodeData() argument
38 void ResetStack(int new_index, SCCNodeData* new_caller) { in ResetStack()
45 const NodeDef* node;
46 int index;
47 int lowlink;
48 bool onstack;
49 std::vector<SCCNodeData*> children;
51 SCCNodeData* caller; // Node calling StrongConnect
52 int caller_loop_location; // Index in parent StrongConnect for loop