| 16 | |
| 17 | |
| 18 | class XftModel: |
| 19 | def __init__(self, xft_model, xft_config): |
| 20 | self.model = xft_model |
| 21 | self.config = xft_config |
| 22 | |
| 23 | |
| 24 | def load_xft_model(model_path, xft_config: XftConfig): |
no outgoing calls
no test coverage detected
searching dependent graphs…