Contents

sourceTensors(for:)

Gets the source tensors for a layer in the training graph.

Declaration

func sourceTensors(for layer: MLCLayer) -> [MLCTensor]

Parameters

  • layer:

    A layer in the training graph.

Return Value

A list of source tensors.

See Also

Inspecting Graphs