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.
Creates an inference graph with the layers from the graph objects you specify.
convenience init(graphObjects: [MLCGraph])The graph objects whose layers you add to the inference graph.