LINT.IfChange
| 138 | } |
| 139 | // LINT.IfChange |
| 140 | inline string FormatColocationNodeForError(const string& name) { |
| 141 | return strings::StrCat("{{colocation_node ", name, "}}"); |
| 142 | } |
| 143 | // LINT.ThenChange(//tensorflow/python/framework/error_interpolation.py) |
| 144 | template <typename T> |
| 145 | string FormatColocationNodeForError(const T& names) { |
no test coverage detected