2 writes to Kind
Microsoft.ML.Core (2)
Data\ProgressReporter.cs (2)
596Kind = EventKind.Progress; 609Kind = kind;
3 references to Kind
Microsoft.ML.Core (3)
Environment\ConsoleEnvironment.cs (3)
190x => x.Kind != ProgressReporting.ProgressEvent.EventKind.Progress || x.ProgressEntry.IsCheckpoint); 203switch (ev.Kind) 230Contracts.Assert(ev.Kind == ProgressReporting.ProgressEvent.EventKind.Progress);