Click or drag to resize

TfLiteInvokeTfliteErrorCallback Delegate

http://www.emgu.com
Define the functional interface for the error callback

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.4.0.1059
Syntax
public delegate int TfliteErrorCallback(
	int status,
	IntPtr errMsg
)

Parameters

status
Type: SystemInt32
The status code
errMsg
Type: SystemIntPtr
The pointer to the error message

Return Value

Type: Int32
See Also