1 instantiation of SubChannel
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
148return new SubChannel(this, level, newId);
6 references to SubChannel
Microsoft.ML.Core (6)
Data\ProgressReporter.cs (6)
38private readonly ConcurrentDictionary<int, SubChannel> _subChannels; 59_subChannels = new ConcurrentDictionary<int, SubChannel>(); 153SubChannel channel; 158private void SubChannelStarted(int id, SubChannel channel) 160var res = _subChannels.GetOrAdd(id, channel); 183foreach (var subChannel in _subChannels.Values.ToArray().OrderBy(x => x.Level))