team-10/env/Lib/site-packages/torch/amp/__init__.py

10 lines
181 B
Python
Raw Normal View History

2025-08-02 07:34:44 +02:00
from .autocast_mode import (
_enter_autocast,
_exit_autocast,
autocast,
custom_bwd,
custom_fwd,
is_autocast_available,
)
from .grad_scaler import GradScaler