(topology,
computation_shape=None,
computation_stride=None,
num_replicas=1)
| 168 | |
| 169 | @staticmethod |
| 170 | def build(topology, |
| 171 | computation_shape=None, |
| 172 | computation_stride=None, |
| 173 | num_replicas=1): |
| 174 | return device_assignment(topology, computation_shape, computation_stride, |
| 175 | num_replicas) |
| 176 | |
| 177 | |
| 178 | def _ring_2d(height, width): |
nothing calls this directly
no test coverage detected