(self, point: Point)
| 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 | |
| 786 | class PointTransformerV3(PointModule): |
nothing calls this directly
no outgoing calls
no test coverage detected