Click or drag to resize

TfLiteInvokeDefaultLoadUnmanagedModules Method

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

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntax
public static bool DefaultLoadUnmanagedModules(
	string[] modules
)

Parameters

modules
Type: SystemString
The names of tensorflow modules.

Return Value

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