(self)
| 76 | |
| 77 | @property |
| 78 | def num_groups(self): |
| 79 | return self.num_points // 64 |
| 80 | |
| 81 | def _make_enc(self, block, planes, blocks, share_planes=8, stride=1, nsample=16): |
| 82 | layers = [] |
nothing calls this directly
no outgoing calls
no test coverage detected