Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py306 result = nest.map_structure_with_paths(
/external/tensorflow/tensorflow/python/util/
Dnest.py871 def map_structure_with_paths(func, *structure, **kwargs): function
Dnest_test.py1165 result = nest.map_structure_with_paths(format_sum, s1, s2,
1180 nest.map_structure_with_paths(lambda path, *s: 0, s1, s2)