4 references to ProgressLogLine
Microsoft.ML.TestFramework (4)
DataPipe\TestDataPipe.cs (1)
137
writer.WriteLine(
ProgressLogLine
);
TestCommandBase.cs (3)
324
/// The writer to print the <see cref="BaseTestBaseline.
ProgressLogLine
"/>. Usually this should be the same writer that is used in <paramref name="env"/>.
335
writer.WriteLine(
ProgressLogLine
);
351
bool res = CheckOutputIsSuffix(trainTestOutPath, testOutPath, skip,
ProgressLogLine
);