Click or drag to resize

TfLiteInvokeDefaultLoadUnmanagedModules Method

https://www.emgu.com
Attempts to load tensorflow modules from the specific location

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public static bool DefaultLoadUnmanagedModules(
	string[] modules,
	string loadDirectory = null
)

Parameters

modules
Type: SystemString
The names of tensorflow modules.
loadDirectory (Optional)
Type: SystemString
The path to load the opencv modules. If null, will use the default path.

Return Value

Type: Boolean
True if all the modules has been loaded successfully
See Also