1 write to Exe
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
82
Exe
= GetFullExePath(exe);
7 references to Exe
Microsoft.ML.Sweeper (7)
ConfigRunner.cs (7)
84
if (!File.Exists(
Exe
) && !File.Exists(
Exe
+ ".exe"))
85
throw Host.ExceptUserArg(nameof(OptionsBase.Exe), "Executable {0} not found",
Exe
);
104
if (
Exe
== null ||
Exe
.EndsWith("maml", StringComparison.OrdinalIgnoreCase) ||
105
Exe
.EndsWith("maml.exe", StringComparison.OrdinalIgnoreCase))
207
RunProcess(
Exe
, new string[] { arguments }, Environment.CurrentDirectory,