Contents

init(specification:)

Creates a model asset from an in-memory model specification.

Declaration

convenience init(specification specificationData: Data) throws

Parameters

  • specificationData:

    The contents of a .mlmodel as a data blob.

See Also

Creating a model asset