Contents

link(with:)

Links the training graphs you specify.

Declaration

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

Parameters

  • graphs:

    An array that contains the training graphs.

Return Value

true if the operation was successful.

Discussion

When there are tensors shared by one or more layers in multiple sub-graphs, use this method to link subsequent training graphs with the first training sub-graph.

See Also

Preparing Training Graphs