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

Function _node_name

tensorflow/python/framework/graph_util_impl.py:118–122  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

116
117
118def _node_name(n):
119 if n.startswith("^"):
120 return n[1:]
121 else:
122 return n.split(":")[0]
123
124
125def _extract_graph_summary(graph_def):

Callers 3

fuse_opFunction · 0.90
_extract_graph_summaryFunction · 0.70

Calls 1

splitMethod · 0.45

Tested by 1