| 98 | } |
| 99 | |
| 100 | string SummarizeNode(const Node& node) { return SummarizeNodeDef(node.def()); } |
| 101 | |
| 102 | string SummarizeNodeDef(const NodeDef& node_def) { |
| 103 | string ret = strings::StrCat(errors::FormatNodeNameForError(node_def.name()), |
no test coverage detected