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