(self)
| 133 | |
| 134 | @property |
| 135 | def patch_size(self): |
| 136 | return 14 |
| 137 | |
| 138 | def forward(self, *args, **kwargs): |
| 139 | features = self.inner.visual.trunk.forward_features(*args, **kwargs) |
nothing calls this directly
no outgoing calls
no test coverage detected