Contents

compileModel(at:)

Compile a model for a device.

Declaration

class func compileModel(at url: URL) async throws -> URL

Parameters

  • url:

    The URL to the model file.

Mentioned in

Return Value

A URL to the compiled model directory, if successful; otherwise, nil.