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

Function _create_ordered_dict

tensorflow/python/tpu/tpu_embedding.py:1406–1408  ·  view source on GitHub ↗

Create an OrderedDict from Dict.

(d)

Source from the content-addressed store, hash-verified

1404
1405
1406def _create_ordered_dict(d):
1407 """Create an OrderedDict from Dict."""
1408 return collections.OrderedDict((k, d[k]) for k in sorted(d))
1409
1410
1411def _create_combiners(table_to_config_dict, table_to_features_dict):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected