compile(options:device:)
Compiles the inference graph for the options and device you specify.
Declaration
func compile(options: MLCGraphCompilationOptions = [], device: MLCDevice) -> BoolParameters
- options:
The compiler options.
- device:
The device.
Return Value
true if the operation was successful.