1 write to IsFinished
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
412info.IsFinished = true;
3 references to IsFinished
Microsoft.ML.Core (3)
Data\ProgressReporter.cs (3)
418_ectx.Assert(!info.IsFinished); 451_infos.RemoveAll(x => x.IsFinished); 459if (info.IsFinished)