4 references to ProgressLogLine
Microsoft.ML.TestFramework (4)
DataPipe\TestDataPipe.cs (1)
137writer.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"/>. 335writer.WriteLine(ProgressLogLine); 351bool res = CheckOutputIsSuffix(trainTestOutPath, testOutPath, skip, ProgressLogLine);