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

Function _extract_topology_sequence_mapping

tensorflow/lite/python/op_hint.py:786–788  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

784
785
786def _extract_topology_sequence_mapping(nodes):
787 return dict(
788 (_tensor_name_base(node.name), idx) for idx, node in enumerate(nodes))
789
790
791def _find_children_hints_in_while_loop(function_def, nodes_mapping):

Callers 1

Calls 1

_tensor_name_baseFunction · 0.85

Tested by

no test coverage detected