Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dnest.py308 def flatten_up_to(shallow_tree, input_tree): function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dnest.py1161 def flatten_up_to(shallow_tree, input_tree, check_types=True, function
/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py796 def flatten_up_to(self, tree: PyTree) -> List[PyTree]: member in TreeSpec