resultTensors(for:)
Gets the result tensors for a layer in the training graph.
Declaration
func resultTensors(for layer: MLCLayer) -> [MLCTensor]Parameters
- layer:
A layer in the training graph.
Return Value
A list of result tensors.
Gets the result tensors for a layer in the training graph.
func resultTensors(for layer: MLCLayer) -> [MLCTensor]A layer in the training graph.
A list of result tensors.