1 write to IsCheckpoint
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
558
IsCheckpoint
= isCheckpoint;
2 references to IsCheckpoint
Microsoft.ML.Core (2)
Environment\ConsoleEnvironment.cs (2)
190
x => x.Kind != ProgressReporting.ProgressEvent.EventKind.Progress || x.ProgressEntry.
IsCheckpoint
);
231
Contracts.Assert(!ev.ProgressEntry.
IsCheckpoint
);