Click or drag to resize

TfLiteInvokeRedirectError Method

http://www.emgu.com
Redirect tensorflow lite error.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntax
public static void RedirectError(
	TfLiteInvokeTfliteErrorCallback errorHandler
)

Parameters

errorHandler
Type: Emgu.TF.LiteTfLiteInvokeTfliteErrorCallback
The error handler
See Also