MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_node_fanout

Method get_node_fanout

tensorflow/python/grappler/controller.py:92–93  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

90 return self._node[node_name]
91
92 def get_node_fanout(self, node):
93 return self._fanout[node.name]
94
95 def get_placements(self, *args, **kwargs):
96 """Returns: Two TF ops.

Callers 3

__init__Method · 0.95
create_op_embeddingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected