Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py314 result = nest.map_structure_with_tuple_paths(
/external/tensorflow/tensorflow/python/util/
Dnest.py913 def map_structure_with_tuple_paths(func, *structure, **kwargs): function
Dnest_test.py1200 result = nest.map_structure_with_tuple_paths(
1217 nest.map_structure_with_tuple_paths(lambda path, *s: 0, s1, s2)