Click or drag to resize

TfLiteInvokeTfLiteErrorCallback Delegate

https://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.8.0.1418
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