Set the groups to none.
()
| 128 | |
| 129 | |
| 130 | def destroy_model_parallel(): |
| 131 | """Set the groups to none.""" |
| 132 | global _MODEL_PARALLEL_GROUP |
| 133 | _MODEL_PARALLEL_GROUP = None |
| 134 | global _DATA_PARALLEL_GROUP |
| 135 | _DATA_PARALLEL_GROUP = None |
nothing calls this directly
no outgoing calls
no test coverage detected