def __init__()

in src/exporters/coreml/convert.py [0:0]


        def __init__(self, preprocessor, model, config):
            super().__init__()
            self.preprocessor = preprocessor
            self.model = model.eval()
            self.config = config