MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / DictGatherDataParallel

Class DictGatherDataParallel

lib/nn/parallel/data_parallel.py:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class DictGatherDataParallel(nn.DataParallel):
49 def gather(self, outputs, output_device):
50 return dict_gather(outputs, output_device, dim=self.dim)
51
52
53class UserScatteredDataParallel(DictGatherDataParallel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected