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