load(asset:)
Load the model structure asynchronously from the model asset.
Declaration
static func load(asset: MLModelAsset) async throws -> MLModelStructureParameters
- asset:
The model asset.
Load the model structure asynchronously from the model asset.
static func load(asset: MLModelAsset) async throws -> MLModelStructureThe model asset.