Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/module/
Dmodule.py304 for leaf_path, leaf in nest.flatten_with_tuple_paths(module_dict[key]):
/external/tensorflow/tensorflow/python/util/
Dnest.py1159 def flatten_with_tuple_paths(structure): function
Dnest_test.py718 nest.flatten_with_tuple_paths(input_tree)]
1073 self.assertEqual(nest.flatten_with_tuple_paths(inputs), expected)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py111 flattened = nest.flatten_with_tuple_paths(structure)