1 instantiation of ProgressChannel
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
448return new ProgressReporting.ProgressChannel(this, ProgressTracker, name);
6 references to ProgressChannel
Microsoft.ML.Core (6)
Data\ProgressReporter.cs (6)
45/// Initialize a <see cref="ProgressChannel"/> for the process identified by <paramref name="computationName"/>. 210private readonly ProgressChannel _root; 239public SubChannel(ProgressChannel root, int id, int level) 338public readonly ProgressChannel Channel; 350public CalculationInfo(int index, string name, ProgressChannel channel) 374public void Log(ProgressChannel source, ProgressEvent.EventKind kind, ProgressEntry entry)