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() argument
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.cc797 struct DfsStackElem { struct
798 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() function
800 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() argument
803 int node;
806 bool children_visited;
808 int src;