Home
last modified time | relevance | path

Searched defs:input_tree (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
Dnest.py221 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
/external/tensorflow/tensorflow/python/util/
Dnest.py952 def _yield_flat_up_to(shallow_tree, input_tree, is_seq, path=()): argument
983 input_tree, argument
1111 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument
1196 input_tree, argument
Dnest_test.py769 def get_paths_and_values(shallow_tree, input_tree): argument