(self, shift=5, group=2)
| 297 | |
| 298 | class jigsaw_patch: |
| 299 | def __init__(self, shift=5, group=2): |
| 300 | self.shift = shift |
| 301 | self.group = group |
| 302 | |
| 303 | def __call__(self, features): |
| 304 | batchsize = features.size(0) |
nothing calls this directly
no outgoing calls
no test coverage detected