17 references to NativeLibraryExists
Microsoft.ML.TestFramework (5)
Attributes\LightGBMFactAttribute.cs (1)
23return Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm");
Attributes\LightGBMTheoryAttribute.cs (1)
23return Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm");
Attributes\OnnxTheoryAttribute.cs (1)
25&& Microsoft.ML.TestFrameworkCommon.Utility.NativeLibrary.NativeLibraryExists("onnxruntime");
Attributes\TensorflowFactAttribute.cs (1)
26&& Microsoft.ML.TestFrameworkCommon.Utility.NativeLibrary.NativeLibraryExists("tensorflow");
Attributes\TensorflowTheoryAttribute.cs (1)
26&& Microsoft.ML.TestFrameworkCommon.Utility.NativeLibrary.NativeLibraryExists("tensorflow");
Microsoft.ML.TestFrameworkCommon (4)
Attributes\FieldAwareFactorizationMachineFactAttribute.cs (1)
20return NativeLibrary.NativeLibraryExists("CpuMathNative");
Attributes\NativeDependencyFactAttribute.cs (1)
22return NativeLibrary.NativeLibraryExists(_library);
Attributes\NativeDependencyTheoryAttribute.cs (1)
22return NativeLibrary.NativeLibraryExists(_library);
Attributes\OnnxFactAttribute.cs (1)
30&& Utility.NativeLibrary.NativeLibraryExists("onnxruntime");
Microsoft.ML.Tests (8)
OnnxConversionTest.cs (8)
195if (NativeLibrary.NativeLibraryExists("MklImports")) 199if (Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm")) 236if (NativeLibrary.NativeLibraryExists("MklImports")) 240if (Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm")) 1673if (Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm")) 1947if (NativeLibrary.NativeLibraryExists("MklImports")) 1951if (Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm")) 2000if (Environment.Is64BitProcess && NativeLibrary.NativeLibraryExists("lib_lightgbm"))