Contents

link(with:)

Links the inference graphs you specify.

Declaration

func link(with graphs: [MLCInferenceGraph]) -> Bool

Parameters

  • graphs:

    An array that contains the inference graphs.

Return Value

true if the operation was successful.

See Also

Preparing Inference Graphs