MCPcopy Create free account
hub / github.com/TEA-Lab/TwoByTwo / mean_pool

Function mean_pool

src/shape_assembly/models/encoder/vn_layers.py:184–185  ·  view source on GitHub ↗
(x, dim=-1, keepdim=False)

Source from the content-addressed store, hash-verified

182
183
184def mean_pool(x, dim=-1, keepdim=False):
185 return x.mean(dim=dim, keepdim=keepdim)
186
187
188class VNStdFeature(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected