Contents

load(asset:)

Load the model structure asynchronously from the model asset.

Declaration

static func load(asset: MLModelAsset) async throws -> MLModelStructure

Parameters

  • asset:

    The model asset.

See Also

Loading a model structure