Searched defs:shallow_tree (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 221 def _yield_flat_up_to(shallow_tree, input_tree): argument 232 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument 300 def flatten_up_to(shallow_tree, input_tree): argument 373 def map_structure_up_to(shallow_tree, func, *inputs): argument
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 952 def _yield_flat_up_to(shallow_tree, input_tree, is_seq, path=()): argument 982 def assert_shallow_structure(shallow_tree, argument 1111 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument 1195 def flatten_with_tuple_paths_up_to(shallow_tree, argument 1300 def map_structure_up_to(shallow_tree, func, *inputs, **kwargs): argument 1381 def map_structure_with_tuple_paths_up_to(shallow_tree, func, *inputs, **kwargs): argument
|
D | nest_test.py | 769 def get_paths_and_values(shallow_tree, input_tree): argument
|