Click or drag to resize

NetSetHalideScheduler Method

Compile Halide layers. Schedule layers that support Halide backend. Then compile them for specific target.For layers that not represented in scheduling file or if no manual scheduling used at all, automatic scheduling will be applied.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetHalideScheduler(
	string scheduler
)

Parameters

scheduler
Type: SystemString
Path to YAML file with scheduling directives.
See Also