MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / PrintTo

Function PrintTo

tensorflow/compiler/jit/node_matchers.cc:541–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539} // namespace testing
540
541void PrintTo(const Node* n, ::std::ostream* os) { *os << SummarizeNode(*n); }
542void PrintTo(Node* n, ::std::ostream* os) { *os << SummarizeNode(*n); }
543} // namespace tensorflow

Callers

nothing calls this directly

Calls 1

SummarizeNodeFunction · 0.50

Tested by

no test coverage detected