Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _make_node_key
Function
_make_node_key
tensorflow/python/keras/engine/network.py:1649–1650 ·
view source on GitHub ↗
(layer_name, node_index)
Source
from the content-addressed store, hash-verified
1647
1648
1649
def
_make_node_key(layer_name, node_index):
1650
return
layer_name +
'_ib-'
+ str(node_index)
1651
1652
1653
def
_map_graph_network(inputs, outputs):
Callers
4
get_config
Method · 0.85
_insert_layers
Method · 0.85
build_map
Function · 0.85
_map_graph_network
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected