(self)
| 1314 | return self._config.gradient_predivide_factor |
| 1315 | |
| 1316 | def steps_per_print(self): |
| 1317 | return self._config.steps_per_print |
| 1318 | |
| 1319 | def zero_allgather_partitions(self): |
| 1320 | return self._config.zero_config.allgather_partitions |
no outgoing calls
no test coverage detected