2 overrides of CoreLoadNativeLibrary
Microsoft.ML.TestFrameworkCommon (2)
Utility\LibraryLoader.cs (2)
195
protected override IntPtr
CoreLoadNativeLibrary
(string name)
213
protected override IntPtr
CoreLoadNativeLibrary
(string name)
2 references to CoreLoadNativeLibrary
Microsoft.ML.TestFrameworkCommon (2)
Utility\LibraryLoader.cs (2)
93
return
CoreLoadNativeLibrary
(name);
101
IntPtr ret =
CoreLoadNativeLibrary
(loadTarget);