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

Function PrintNodes

tensorflow/compiler/jit/graphcycles/graphcycles_test.cc:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static void PrintNodes(Nodes *nodes) {
62 LOG(INFO) << "NODES (" << nodes->size() << ")";
63 for (int i = 0; i != nodes->size(); i++) {
64 LOG(INFO) << (*nodes)[i];
65 }
66}
67
68static void PrintEdges(Edges *edges) {
69 LOG(INFO) << "EDGES (" << edges->size() << ")";

Callers 1

TESTFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected