MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / replicate

Method replicate

utils/my_data_parallel.py:192–193  ·  view source on GitHub ↗
(self, module, device_ids)

Source from the content-addressed store, hash-verified

190 return outputs
191
192 def replicate(self, module, device_ids):
193 return replicate(module, device_ids)
194
195 def scatter(self, inputs, kwargs, device_ids):
196 return scatter_kwargs(inputs, kwargs, device_ids, dim=self.dim)

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected