Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/semantic-segmentation
/ gather
Method
gather
utils/my_data_parallel.py:201–202 ·
view source on GitHub ↗
(self, outputs, output_device)
Source
from the content-addressed store, hash-verified
199
return
parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)])
200
201
def
gather(self, outputs, output_device):
202
return
gather(outputs, output_device, dim=self.dim)
203
Callers
1
forward
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected