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

Function SummarizeNode

tensorflow/core/framework/node_def_util.cc:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100string SummarizeNode(const Node& node) { return SummarizeNodeDef(node.def()); }
101
102string SummarizeNodeDef(const NodeDef& node_def) {
103 string ret = strings::StrCat(errors::FormatNodeNameForError(node_def.name()),

Callers 15

PrintToFunction · 0.50
ValidateNoDeadOutputsFunction · 0.50
InlineFunctionCallsFunction · 0.50
RewriteCaseNodeFunction · 0.50
RewriteIfNodeFunction · 0.50
RewriteWhileNodeFunction · 0.50
PinArgsAndRetsMethod · 0.50
InlineFunctionBodyFunction · 0.50
ExpandInlineFunctionsFunction · 0.50

Calls 1

SummarizeNodeDefFunction · 0.85

Tested by

no test coverage detected