5 types derived from EnvironmentSpecificTheoryAttribute
Microsoft.ML.TestFramework (4)
Attributes\BenchmarkTheoryAttribute.cs (1)
10public sealed class BenchmarkTheoryAttribute : EnvironmentSpecificTheoryAttribute
Attributes\LightGBMTheoryAttribute.cs (1)
14public sealed class LightGBMTheoryAttribute : EnvironmentSpecificTheoryAttribute
Attributes\OnnxTheoryAttribute.cs (1)
14public sealed class OnnxTheoryAttribute : EnvironmentSpecificTheoryAttribute
Attributes\TensorflowTheoryAttribute.cs (1)
14public sealed class TensorFlowTheoryAttribute : EnvironmentSpecificTheoryAttribute
Microsoft.ML.TestFrameworkCommon (1)
Attributes\NativeDependencyTheoryAttribute.cs (1)
10public sealed class NativeDependencyTheoryAttribute : EnvironmentSpecificTheoryAttribute
1 reference to EnvironmentSpecificTheoryAttribute
Microsoft.ML.TestFrameworkCommon (1)
Attributes\EnvironmentSpecificTheoryAttribute.cs (1)
19/// Creates a new instance of the <see cref="EnvironmentSpecificTheoryAttribute" /> class.