Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_node_by_name
Method
get_node_by_name
tensorflow/python/grappler/controller.py:89–90 ·
view source on GitHub ↗
(self, node_name)
Source
from the content-addressed store, hash-verified
87
return
len(self.devices)
88
89
def
get_node_by_name(self, node_name):
90
return
self._node[node_name]
91
92
def
get_node_fanout(self, node):
93
return
self._fanout[node.name]
Callers
2
export_placement
Method · 0.95
_get_node_fanin
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected