Contents

isDebuggingEnabled

A Boolean that indicates whether you choose to debug the layer when executing a graph that includes it.

Declaration

var isDebuggingEnabled: Bool { get set }

Discussion

If true, the layer makes the result tensor and gradient tensors available for reading. The default value is false.

See Also

Inspecting a Layer