(self, output_ids: Union[torch.Tensor, Sequence[Sequence[int]]], **kwargs)
| 27 | ... |
| 28 | |
| 29 | def batch_decode(self, output_ids: Union[torch.Tensor, Sequence[Sequence[int]]], **kwargs) -> List[str]: |
| 30 | ... |
| 31 | |
| 32 | |
| 33 | class ImageProcessor(Protocol): |
nothing calls this directly
no outgoing calls
no test coverage detected