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

Function DebugString

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

Source from the content-addressed store, hash-verified

784}
785
786string DebugString(const FunctionDef& func_def) { return Print(func_def); }
787
788string DebugString(const GraphDef& instantiated_func_def) {
789 std::vector<const NodeDef*> ptrs;

Callers 12

TESTFunction · 0.70
IsValidShapeMethod · 0.70
MakeShapeHelperFunction · 0.70
MergeWithMethod · 0.70
SliceTensorShapeMethod · 0.70
SummarizeAttrValueFunction · 0.70
DebugStringMethod · 0.70
MergeMethod · 0.70
AttachContextMethod · 0.70
DebugStringMethod · 0.70
IsValidShapeMethod · 0.70
FillIndicesAndSizesMethod · 0.70

Calls 3

PrintFunction · 0.70
nodeMethod · 0.45
push_backMethod · 0.45

Tested by 2

TESTFunction · 0.56
IsValidShapeMethod · 0.56