write(to:)
Exports a machine learning file to the file system.
Declaration
func write(to url: URL) throwsParameters
- url:
The location in the file system where the file should be written.
Exports a machine learning file to the file system.
func write(to url: URL) throwsThe location in the file system where the file should be written.