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.
Gets the source tensors for a layer in the training graph.
func sourceTensors(for layer: MLCLayer) -> [MLCTensor]A layer in the training graph.
A list of source tensors.