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