Searched defs:flatten_up_to (Results 1 – 3 of 3) sorted by relevance
308 def flatten_up_to(shallow_tree, input_tree): function
1161 def flatten_up_to(shallow_tree, input_tree, check_types=True, function
796 def flatten_up_to(self, tree: PyTree) -> List[PyTree]: member in TreeSpec