Contents

load(contentsOf:)

Load the model structure asynchronously given the location of its on-disk representation.

Declaration

static func load(contentsOf url: URL) async throws -> MLModelStructure

Parameters

  • url:

    The location of its on-disk representation (.mlmodelc directory).

See Also

Loading a model structure