TfLiteInvokeRedirectError Method |
http://www.emgu.com
Redirect tensorflow lite error.
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 1.0.0
Syntaxpublic static void RedirectError(
TfLiteInvokeTfliteErrorCallback errorHandler
)
Public Shared Sub RedirectError (
errorHandler As TfLiteInvokeTfliteErrorCallback
)
public:
static void RedirectError(
TfLiteInvokeTfliteErrorCallback^ errorHandler
)
static member RedirectError :
errorHandler : TfLiteInvokeTfliteErrorCallback -> unit
Parameters
- errorHandler
- Type: Emgu.TF.LiteTfLiteInvokeTfliteErrorCallback
The error handler
See Also