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

Function DebugStringWhole

tensorflow/core/framework/function.cc:804–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804string DebugStringWhole(const GraphDef& gdef) {
805 string ret;
806 for (const auto& fdef : gdef.library().function()) {
807 strings::StrAppend(&ret, Print(fdef));
808 }
809 strings::StrAppend(&ret, "\n");
810 for (const auto& ndef : gdef.node()) {
811 strings::StrAppend(&ret, Print(ndef), "\n");
812 }
813 return ret;
814}
815
816namespace {
817

Callers 15

PackGradFunction · 0.85
UnpackGradFunction · 0.85
ConcatGradFunction · 0.85
ConcatGradV2Function · 0.85
SplitGradFunction · 0.85
SplitVGradFunction · 0.85
ReshapeGradFunction · 0.85
ExpandDimsGradFunction · 0.85
SqueezeGradFunction · 0.85
TransposeGradFunction · 0.85
ReverseGradFunction · 0.85
ReverseV2GradFunction · 0.85

Calls 5

PrintFunction · 0.70
StrAppendFunction · 0.50
functionMethod · 0.45
libraryMethod · 0.45
nodeMethod · 0.45

Tested by 15

PackGradFunction · 0.68
UnpackGradFunction · 0.68
ConcatGradFunction · 0.68
ConcatGradV2Function · 0.68
SplitGradFunction · 0.68
SplitVGradFunction · 0.68
ReshapeGradFunction · 0.68
ExpandDimsGradFunction · 0.68
SqueezeGradFunction · 0.68
TransposeGradFunction · 0.68
ReverseGradFunction · 0.68
ReverseV2GradFunction · 0.68