r"""Return True if the distributed process group has been initialized.
()
| 194 | |
| 195 | |
| 196 | def is_distributed() -> bool: |
| 197 | r"""Return True if the distributed process group has been initialized.""" |
| 198 | return _sd is not None |
| 199 | |
| 200 | |
| 201 | def get_rank() -> int: |
no outgoing calls
no test coverage detected