team-10/venv/Lib/site-packages/functorch/experimental/control_flow.py
2025-08-02 02:00:33 +02:00

7 lines
233 B
Python

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,
)