Home
last modified time | relevance | path

Searched refs:nodes_to_root (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dcolocation.cc41 std::list<string> nodes_to_root; in GetColocationGroupRoot() local
45 nodes_to_root.push_back(cur); in GetColocationGroupRoot()
51 if (!nodes_to_root.empty()) { in GetColocationGroupRoot()
52 nodes_to_root.pop_back(); in GetColocationGroupRoot()
53 for (const string& node : nodes_to_root) { in GetColocationGroupRoot()