| 31 | |
| 32 | |
| 33 | class ImageProcessor(Protocol): |
| 34 | def __call__(self, img: Image, **kwargs) -> Union[torch.Tensor, Dict[str, torch.Tensor]]: |
| 35 | ... |
| 36 | |
| 37 | |
| 38 | # === General VLM Inference Interface === |
nothing calls this directly
no outgoing calls
no test coverage detected