init(url:)
Constructs a ModelAsset from a compiled model URL.
Declaration
convenience init(url compiledModelURL: URL) throwsParameters
- compiledModelURL:
Location on the disk where the model asset is present.
Return Value
A model asset or nil if there is an error.