1 write to IsFinished
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
412
info.
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
);
459
if (info.
IsFinished
)