Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dnest.py229 def _yield_flat_up_to(shallow_tree, input_tree): argument
240 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument
308 def flatten_up_to(shallow_tree, input_tree): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dnest.py1002 def _yield_flat_up_to(shallow_tree, input_tree, is_nested_fn, path=()): argument
1033 input_tree, argument
1161 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument
1251 input_tree, argument
H A Dnest_test.py772 def get_paths_and_values(shallow_tree, input_tree): argument