Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
functorch
/
experimental
/
control_flow.py
blob: e24fc6142820013002f6cbc1d6f85e7e132aade8 [
file
] [
log
] [
blame
]
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
,
)