Returns: bool: whether hvd is currently running under MPI
(self)
| 555 | SingleCostTrainer.__init__(self) |
| 556 | |
| 557 | def mpi_enabled(self): |
| 558 | """ |
| 559 | Returns: |
| 560 | bool: whether hvd is currently running under MPI |
| 561 | """ |
| 562 | return False |
no outgoing calls
no test coverage detected