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.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic static bool DefaultLoadUnmanagedModules(
string[] modules
)
Public Shared Function DefaultLoadUnmanagedModules (
modules As String()
) As Boolean
public:
static bool DefaultLoadUnmanagedModules(
array<String^>^ modules
)
static member DefaultLoadUnmanagedModules :
modules : string[] -> bool
Parameters
- modules
- Type: SystemString
The names of tensorflow modules.
Return Value
Type:
BooleanTrue if all the modules has been loaded successfully
See Also