2 instantiations of Channel
Microsoft.ML.Core (2)
Environment\ConsoleEnvironment.cs (2)
408
return new
Channel
(this, parent, name, GetDispatchDelegate<ChannelMessage>());
476
return new
Channel
(Root, parent, name, GetDispatchDelegate<ChannelMessage>());
4 references to Channel
Microsoft.ML.Core (4)
Environment\ConsoleEnvironment.cs (4)
134
var
channel = provider as
Channel
;
140
public void ChannelStarted(
Channel
channel)
154
public void ChannelDisposed(
Channel
channel)