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

Method SummarizeNode

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

Source from the content-addressed store, hash-verified

80}
81
82string AttrSlice::SummarizeNode() const {
83 return ndef_ ? SummarizeNodeDef(*ndef_)
84 : strings::StrCat(
85 "[", SummarizeAttrsHelper(*this, StringPiece()), "]");
86}
87
88string AttrSlice::DebugString() const {
89 std::vector<string> attr_key_vals;

Callers 1

KernelAttrsMatchFunction · 0.80

Calls 3

SummarizeNodeDefFunction · 0.85
SummarizeAttrsHelperFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected