(self)
| 90 | return features_list[0], centers_coords, temb.max(dim=-1).values if temb.shape[1] > 0 else temb |
| 91 | |
| 92 | def extra_repr(self): |
| 93 | return f'num_centers={self.num_centers}, out_channels={self.out_channels}' |
| 94 | |
| 95 | |
| 96 | class PointNetFPModule(nn.Module): |
nothing calls this directly
no outgoing calls
no test coverage detected