init(mlModel:)
Creates a new natural language model based on the given Core ML model instance.
Declaration
convenience init(mlModel: MLModel) throwsParameters
- mlModel:
A Core ML model instance that’s the basis for this natural language model.
Creates a new natural language model based on the given Core ML model instance.
convenience init(mlModel: MLModel) throwsA Core ML model instance that’s the basis for this natural language model.