5 references to
Microsoft.ML.TestFramework (4)
Attributes\BenchmarkTheoryAttribute.cs (1)
23
public BenchmarkTheoryAttribute() :
base
(SkipMessage)
Attributes\LightGBMTheoryAttribute.cs (1)
16
public LightGBMTheoryAttribute() :
base
("LightGBM is 64-bit only")
Attributes\OnnxTheoryAttribute.cs (1)
16
public OnnxTheoryAttribute() :
base
("Onnx is 64-bit Windows only")
Attributes\TensorflowTheoryAttribute.cs (1)
16
public 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)
14
public NativeDependencyTheoryAttribute(string library) :
base
($"This test requires a native library {library} that wasn't found.")