Contents

init(graphObjects:)

Creates an inference graph with the layers from the graph objects you specify.

Declaration

convenience init(graphObjects: [MLCGraph])

Parameters

  • graphObjects:

    The graph objects whose layers you add to the inference graph.