Contents

disableLayerFusion

The option to disable layer fusion during graph compilation.

Declaration

static var disableLayerFusion: MLCGraphCompilationOptions { get }

Discussion

Include this option to disable fusion of layers, which is an important optimization that helps performance and memory footprint.

See Also

Creating Graph Compilation Options