Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc27 struct DfsStackElem { struct
28 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() function
30 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() function
33 int node;
36 bool children_visited;
38 int src;