Click or drag to resize

TfInvokeDefaultLoadUnmanagedModules Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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