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

Method DebugString

tensorflow/tools/graph_transforms/transform_utils.cc:266–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266string OpTypePattern::DebugString() const {
267 string result = "{" + op + ", {";
268 for (const OpTypePattern& input : inputs) {
269 result += input.DebugString() + ",";
270 }
271 result += "}}";
272 return result;
273}
274
275string NodeMatch::DebugString() const {
276 string result = "{";

Callers 9

RoundtripParseProtoOrDieFunction · 0.45
SparsifyWeightsFunction · 0.45
ErrorIfNotVectorFunction · 0.45
CopyNodeAttrFunction · 0.45
DoesOpTypeMatchMethod · 0.45
IsGraphValidFunction · 0.45
PrintNodeInfoFunction · 0.45
PrintStructureFunction · 0.45
FoldBatchNormsFunction · 0.45

Calls

no outgoing calls

Tested by 1

RoundtripParseProtoOrDieFunction · 0.36