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

Method forward

model.py:781–783  ·  view source on GitHub ↗
(self, point: Point)

Source from the content-addressed store, hash-verified

779 self.stem.add(act_layer(), name="act")
780
781 def forward(self, point: Point):
782 point = self.stem(point)
783 return point
784
785
786class PointTransformerV3(PointModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected