mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Signed-off-by: Edward Z. Yang <ezyang@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/106249 Approved by: https://github.com/Skylion007
2 lines
69 B
Python
2 lines
69 B
Python
from .autocast_mode import _enter_autocast, _exit_autocast, autocast
|