Home
last modified time | relevance | path

Searched defs:_unstack_pytree (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dutils.py342 def _unstack_pytree(xs): function
/aosp_15_r20/external/executorch/exir/
H A Dpass_base.py75 def _unstack_pytree(xs) -> List[PyTree]: # pyre-ignore function