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

Function VLogGraphIfAsked

tensorflow/compiler/jit/deadness_analysis_test.cc:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void VLogGraphIfAsked(const Graph& graph) {
77 if (VLOG_IS_ON(3)) {
78 GraphDef graph_def;
79 graph.ToGraphDef(&graph_def);
80 string serialized;
81 ::tensorflow::protobuf::TextFormat::PrintToString(graph_def, &serialized);
82 LOG(INFO) << serialized;
83 }
84}
85
86struct InductionVarInfo {
87 Output induction_var;

Callers 1

TESTFunction · 0.85

Calls 1

ToGraphDefMethod · 0.45

Tested by

no test coverage detected