4 references to Start
Microsoft.ML.Core (4)
Data\ProgressReporter.cs (3)
100_tracker.Log(this, ProgressEvent.EventKind.Start, null); 379if (kind == ProgressEvent.EventKind.Start) 395_pendingEvents.Enqueue(new ProgressEvent(newInfo.Index, newInfo.Name, newInfo.StartTime, ProgressEvent.EventKind.Start));
Environment\ConsoleEnvironment.cs (1)
205case ProgressReporting.ProgressEvent.EventKind.Start: