Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/module/
Dmodule.py369 leaves = nest.flatten_with_tuple_paths(
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures_test.py693 nest.flatten_with_tuple_paths((1, (2,))),
694 nest.flatten_with_tuple_paths(t))
701 nest.flatten_with_tuple_paths(nt),
702 nest.flatten_with_tuple_paths(wrapped_nt))
/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py127 result_with_paths = nest.flatten_with_tuple_paths(
Dfunc_graph.py122 flattened = nest.flatten_with_tuple_paths(structure)
/external/tensorflow/tensorflow/python/util/
Dnest.py1621 def flatten_with_tuple_paths(structure, expand_composites=False): function
Dnest_test.py797 nest.flatten_with_tuple_paths(input_tree)]
1151 self.assertEqual(nest.flatten_with_tuple_paths(inputs), expected)