export(to:)
Exports this transformer as a CoreML model.
Declaration
func export(to url: URL) throwsParameters
- url:
The location to write the model into.
Exports this transformer as a CoreML model.
func export(to url: URL) throwsThe location to write the model into.