MCPcopy Create free account
hub / github.com/NVIDIA/MinkowskiEngine / MinkowskiStackSum

Class MinkowskiStackSum

MinkowskiEngine/MinkowskiOps.py:485–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484
485class MinkowskiStackSum(torch.nn.Sequential):
486 def forward(self, x):
487 return _sum([module(x) for module in self])
488
489
490class MinkowskiStackMean(torch.nn.Sequential):

Callers 1

test_sumMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_sumMethod · 0.72