(self)
| 1259 | return self._config.amp_enabled |
| 1260 | |
| 1261 | def amp_params(self): |
| 1262 | return self._config.amp_params |
| 1263 | |
| 1264 | def torch_autocast_enabled(self) -> bool: |
| 1265 | return self._config.torch_autocast_enabled |
no outgoing calls
no test coverage detected