1 write to Index
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
356Index = index;
5 references to Index
Microsoft.ML.Core (5)
Data\ProgressReporter.cs (5)
395_pendingEvents.Enqueue(new ProgressEvent(newInfo.Index, newInfo.Name, newInfo.StartTime, ProgressEvent.EventKind.Start)); 413_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.StartTime, ProgressEvent.EventKind.Stop)); 419_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.StartTime, entry)); 450unseen = _infos.Where(x => !seen.Contains(x.Index)).ToArray(); 463list.Add(new ProgressEvent(info.Index, info.Name, info.StartTime, entry));