Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_node_name
Function
get_node_name
tensorflow/python/debug/lib/debug_graphs.py:49–51 ·
view source on GitHub ↗
(element_name)
Source
from the content-addressed store, hash-verified
47
48
49
def
get_node_name(element_name):
50
node_name, _ = parse_node_or_tensor_name(element_name)
51
return
node_name
52
53
54
def
get_output_slot(element_name):
Callers
2
trace
Method · 0.85
_populate_recipient_maps
Method · 0.85
Calls
1
parse_node_or_tensor_name
Function · 0.85
Tested by
no test coverage detected