team-10/env/Lib/site-packages/functorch/experimental/control_flow.py

8 lines
233 B
Python
Raw Normal View History

2025-08-02 07:34:44 +02:00
from torch import cond # noqa: F401
from torch._higher_order_ops.cond import UnsupportedAliasMutationException # noqa: F401
from torch._higher_order_ops.map import ( # noqa: F401
_stack_pytree,
_unstack_pytree,
map,
)