(self)
| 1313 | return self._config.amp_enabled |
| 1314 | |
| 1315 | def amp_params(self): |
| 1316 | return self._config.amp_params |
| 1317 | |
| 1318 | def torch_autocast_enabled(self) -> bool: |
| 1319 | return self._config.torch_autocast_enabled |
no outgoing calls
no test coverage detected