NetSetHalideScheduler Method |
http://www.emgu.com
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:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void SetHalideScheduler(
string s
)
Public Sub SetHalideScheduler (
s As String
)
public:
void SetHalideScheduler(
String^ s
)
member SetHalideScheduler :
s : string -> unit
Parameters
- s
- Type: SystemString
The value
See Also