Home
last modified time | relevance | path

Searched refs:create_dict (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
D_threading_local.py164 def create_dict(self): member in _localimpl
196 dct = impl.create_dict()
218 impl.create_dict()
/external/python/cpython3/Tools/scripts/
Dparse_html5_entities.py25 def create_dict(entities): function
75 new_html5 = create_dict(get_json(entities_url))
/external/zstd/tests/
Dtest-zstd-versions.py73 def create_dict(tag, dict_source_path): function
260 create_dict(tag, dict_source_path)
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dindex_lookup.py712 create_dict = lambda x: {"count": x, "last_doc_id": -1} function
714 create_dict(count) for count in accumulator_dict["idf_counts"]