Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest.py546 return map_structure_with_tuple_paths_up_to(structure[0],
585 return map_structure_with_tuple_paths_up_to(structure[0],
946 return map_structure_with_tuple_paths_up_to(
953 def map_structure_with_tuple_paths_up_to(shallow_tree, func, *inputs, **kwargs): function