MCPcopy 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
1649def _make_node_key(layer_name, node_index):
1650 return layer_name + '_ib-' + str(node_index)
1651
1652
1653def _map_graph_network(inputs, outputs):

Callers 4

get_configMethod · 0.85
_insert_layersMethod · 0.85
build_mapFunction · 0.85
_map_graph_networkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected