Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc1312 std::vector<string> root_strings; in DebugString() local
1319 root_strings.push_back(DebugInfo(node_root)); in DebugString()
1323 return absl::StrJoin(root_strings, "\n"); in DebugString()