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.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
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