Searched refs:_unstack_pytree (Results 1 – 6 of 6) sorted by relevance
27 _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)
342 def _unstack_pytree(xs): function
5 _unstack_pytree,
9 from functorch.experimental.control_flow import _unstack_pytree370 xs = _unstack_pytree([arg.data for arg in mapped_args])[0]
75 def _unstack_pytree(xs) -> List[PyTree]: # pyre-ignore function507 xs = _unstack_pytree([arg.data for arg in mapped_args])[0]
70 from functorch.experimental.control_flow import _stack_pytree, _unstack_pytree72 x_pytrees = _unstack_pytree(x)