8 references to SweepCommand
Microsoft.ML.Sweeper (8)
ConfigRunner.cs (2)
94
return Path.Combine(
SweepCommand
.LocalExePath, "../Win/maml.exe");
96
return Path.Combine(
SweepCommand
.LocalExePath, "../Linux/maml");
SweepCommand.cs (6)
15
[assembly: LoadableClass(
SweepCommand
.Summary, typeof(
SweepCommand
), typeof(
SweepCommand
.Arguments), typeof(SignatureCommand),
16
SweepCommand
.LoadName,
SweepCommand
.LoadName, DocName = "command/Sweep.md")]
49
public static readonly string LocalExePath = Path.GetDirectoryName(typeof(
SweepCommand
).Module.FullyQualifiedName);