Click or drag to resize

TfLiteInvokeTfliteErrorCallbackInvoke Method

http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.Invoke(System.Int32,System.IntPtr)"]

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 1.0.0
Syntax
public virtual int Invoke(
	int status,
	IntPtr errMsg
)

Parameters

status
Type: SystemInt32

[Missing <param name="status"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.Invoke(System.Int32,System.IntPtr)"]

errMsg
Type: SystemIntPtr

[Missing <param name="errMsg"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.Invoke(System.Int32,System.IntPtr)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.Invoke(System.Int32,System.IntPtr)"]

See Also