Contents

debugLayers

The option to debug layers during graph compilation.

Declaration

static var debugLayers: MLCGraphCompilationOptions { get }

Discussion

Include this option to disable various optimizations such as layer fusion, and ensure the framework synchronizes the resulting forward and gradients tensors host memory with device memory, for layers marked as debuggable.

See Also

Creating Graph Compilation Options