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.
Adds the layer and source tensor that you specify to the graph.
func node(with layer: MLCLayer, source: MLCTensor) -> MLCTensor?The layer.
The source tensor.
A result tensor.