Click or drag to resize

NativeMethodsdnn_Net_setHalideScheduler Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_setHalideScheduler(System.IntPtr,System.String)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_Net_setHalideScheduler(
	IntPtr net,
	string scheduler
)

Parameters

net
Type: SystemIntPtr

[Missing <param name="net"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_setHalideScheduler(System.IntPtr,System.String)"]

scheduler
Type: SystemString

[Missing <param name="scheduler"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_setHalideScheduler(System.IntPtr,System.String)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_setHalideScheduler(System.IntPtr,System.String)"]

See Also