Click or drag to resize

TfInvokeDefaultLoadUnmanagedModules Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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