link(with:)
Links the inference graphs you specify.
Declaration
func link(with graphs: [MLCInferenceGraph]) -> BoolParameters
- graphs:
An array that contains the inference graphs.
Return Value
true if the operation was successful.
Links the inference graphs you specify.
func link(with graphs: [MLCInferenceGraph]) -> BoolAn array that contains the inference graphs.
true if the operation was successful.