load(contentsOf:)
Load the model structure asynchronously given the location of its on-disk representation.
Declaration
static func load(contentsOf url: URL) async throws -> MLModelStructureParameters
- url:
The location of its on-disk representation (.mlmodelc directory).