| 539 | } // namespace testing |
| 540 | |
| 541 | void PrintTo(const Node* n, ::std::ostream* os) { *os << SummarizeNode(*n); } |
| 542 | void PrintTo(Node* n, ::std::ostream* os) { *os << SummarizeNode(*n); } |
| 543 | } // namespace tensorflow |
nothing calls this directly
no test coverage detected