Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
def
_node_name(n):
119
if
n.startswith(
"^"
):
120
return
n[1:]
121
else
:
122
return
n.split(
":"
)[0]
123
124
125
def
_extract_graph_summary(graph_def):
Callers
3
fuse_op
Function · 0.90
testFindHintedOutputNodes
Method · 0.90
_extract_graph_summary
Function · 0.70
Calls
1
split
Method · 0.45
Tested by
1
testFindHintedOutputNodes
Method · 0.72