(self)
| 191 | |
| 192 | class SVDCLIPImageProcessor: |
| 193 | def __init__(self): |
| 194 | pass |
| 195 | |
| 196 | def resize_with_antialiasing(self, input, size, interpolation="bicubic", align_corners=True): |
| 197 | h, w = input.shape[-2:] |
nothing calls this directly
no outgoing calls
no test coverage detected