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.cc843 std::vector<string> root_strings; in DebugString() local
850 root_strings.push_back(DebugInfo(node_root)); in DebugString()
854 return absl::StrJoin(root_strings, "\n"); in DebugString()