pytorch/functorch/experimental/control_flow.py
Edward Z. Yang e6ec0efaf8 Apply UFMT to all non test/torch files (#106205)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106205
Approved by: https://github.com/albanD
2023-07-29 02:56:24 +00:00

3 lines
109 B
Python

from ._cond import cond, UnsupportedAliasMutationException # noqa: F401
from ._map import map # noqa: F401