Home
last modified time | relevance | path

Searched refs:_unstack_pytree (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dmap.py27 _unstack_pytree,
75 example_xs = _unstack_pytree(unwrapped_mapped_xs)[0]
187 example_input = _unstack_pytree(xs)[0]
219 for inp in _unstack_pytree(xs):
251 example_inputs = (*_unstack_pytree(unwrapped_xs)[0], *unwrapped_args)
H A Dutils.py342 def _unstack_pytree(xs): function
/aosp_15_r20/external/pytorch/functorch/experimental/
H A Dcontrol_flow.py5 _unstack_pytree,
/aosp_15_r20/external/pytorch/torch/_export/
H A Dpass_base.py9 from functorch.experimental.control_flow import _unstack_pytree
370 xs = _unstack_pytree([arg.data for arg in mapped_args])[0]
/aosp_15_r20/external/executorch/exir/
H A Dpass_base.py75 def _unstack_pytree(xs) -> List[PyTree]: # pyre-ignore function
507 xs = _unstack_pytree([arg.data for arg in mapped_args])[0]
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py70 from functorch.experimental.control_flow import _stack_pytree, _unstack_pytree
72 x_pytrees = _unstack_pytree(x)