MCPcopy Create free account
hub / github.com/Pointcept/PointTransformerV3 / PointModule

Class PointModule

model.py:177–183  ·  view source on GitHub ↗

r"""PointModule placeholder, all module subclass from this will take Point in PointSequential.

Source from the content-addressed store, hash-verified

175
176
177class PointModule(nn.Module):
178 r"""PointModule
179 placeholder, all module subclass from this will take Point in PointSequential.
180 """
181
182 def __init__(self, *args, **kwargs):
183 super().__init__(*args, **kwargs)
184
185
186class PointSequential(PointModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected