Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest_test.py310 self.assertEqual(nest.flatten_dict_items(dictionary), flat)
313 nest.flatten_dict_items(4)
317 nest.flatten_dict_items(bad_dictionary)
324 nest.flatten_dict_items(another_bad_dictionary)
Dnest.py536 def flatten_dict_items(dictionary): function
/external/tensorflow/tensorflow/python/client/
Dsession.py1126 feed_dict = nest.flatten_dict_items(feed_dict)
/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test.py1458 nest.flatten_dict_items(nested)