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