5 references to
Microsoft.ML.TestFramework (4)
Attributes\BenchmarkTheoryAttribute.cs (1)
23public BenchmarkTheoryAttribute() : base(SkipMessage)
Attributes\LightGBMTheoryAttribute.cs (1)
16public LightGBMTheoryAttribute() : base("LightGBM is 64-bit only")
Attributes\OnnxTheoryAttribute.cs (1)
16public OnnxTheoryAttribute() : base("Onnx is 64-bit Windows only")
Attributes\TensorflowTheoryAttribute.cs (1)
16public TensorFlowTheoryAttribute() : base("TensorFlow is 64-bit only and is not supported on Linux with libc < v2.23")
Microsoft.ML.TestFrameworkCommon (1)
Attributes\NativeDependencyTheoryAttribute.cs (1)
14public NativeDependencyTheoryAttribute(string library) : base($"This test requires a native library {library} that wasn't found.")