Searched defs:input_tree (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 250 def _yield_flat_up_to(shallow_tree, input_tree): argument 261 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument 329 def flatten_up_to(shallow_tree, input_tree): argument
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 591 def _yield_flat_up_to(shallow_tree, input_tree, path=()): argument 624 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument 702 def flatten_up_to(shallow_tree, input_tree, check_types=True): argument 778 def flatten_with_tuple_paths_up_to(shallow_tree, input_tree, check_types=True): argument
|
D | nest_test.py | 690 def get_paths_and_values(shallow_tree, input_tree): argument
|