Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest_test.py251 self.assertEqual(nest.flatten_dict_items(dictionary), flat)
254 nest.flatten_dict_items(4)
258 nest.flatten_dict_items(bad_dictionary)
265 nest.flatten_dict_items(another_bad_dictionary)
Dnest.py298 def flatten_dict_items(dictionary): function
/external/tensorflow/tensorflow/python/client/
Dsession.py1088 feed_dict = nest.flatten_dict_items(feed_dict)