Home
last modified time | relevance | path

Searched defs:DfsStackElem (Results 1 – 2 of 2) 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;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc731 struct DfsStackElem { struct
732 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() function
734 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() argument
737 int node;
740 bool children_visited;
742 int src;