TfLiteInvokeCheckLibraryLoaded Method |
http://www.emgu.com
Check to make sure all the unmanaged libraries are loaded
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntaxpublic static bool CheckLibraryLoaded()
Public Shared Function CheckLibraryLoaded As Boolean
public:
static bool CheckLibraryLoaded()
static member CheckLibraryLoaded : unit -> bool
Return Value
Type:
BooleanTrue if library loaded
See Also