Contents

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.

See Also

Inspecting Graphs