Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Dstatus.cc162 std::vector<Status> sorted_children(children_); in as_status() local
163 std::sort(sorted_children.begin(), sorted_children.end(), in as_status()
168 for (const auto& s : sorted_children) { in as_status()
169 if (s.code() != sorted_children[0].code() || in as_status()
170 sorted_children[0].error_message().find(s.error_message()) == in as_status()
178 return sorted_children[0]; in as_status()