MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / build

Method build

tensorflow/python/tpu/device_assignment.py:170–175  ·  view source on GitHub ↗
(topology,
            computation_shape=None,
            computation_stride=None,
            num_replicas=1)

Source from the content-addressed store, hash-verified

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
178def _ring_2d(height, width):

Callers

nothing calls this directly

Calls 1

device_assignmentFunction · 0.85

Tested by

no test coverage detected