Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
class
MinkowskiStackSum(torch.nn.Sequential):
486
def
forward(self, x):
487
return
_sum([module(x)
for
module in self])
488
489
490
class
MinkowskiStackMean(torch.nn.Sequential):
Callers
1
test_sum
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_sum
Method · 0.72