(self)
| 825 | return self._config.initial_dynamic_scale |
| 826 | |
| 827 | def dynamic_loss_scale_args(self): |
| 828 | return self._config.dynamic_loss_scale_args |
| 829 | |
| 830 | def swap_tensor_config(self): |
| 831 | return self._config.swap_tensor_config |
no outgoing calls
no test coverage detected