(self)
| 76 | |
| 77 | @property |
| 78 | def name(self) -> str: |
| 79 | return "openclip_{}_{}".format(self.config.clip_model_type, self.config.clip_model_pretrained) |
| 80 | |
| 81 | @property |
| 82 | def embedding_dim(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected