Contents

node(with:source:)

Adds the layer and source tensor that you specify to the graph.

Declaration

func node(with layer: MLCLayer, source: MLCTensor) -> MLCTensor?

Parameters

  • layer:

    The layer.

  • source:

    The source tensor.

Return Value

A result tensor.

See Also

Adding Layers to Graphs