2 instantiations of Pipe
Microsoft.ML.Core (2)
Environment\ConsoleEnvironment.cs (2)
416
return new
Pipe
<TMessage>(parent, name, GetDispatchDelegate<TMessage>());
484
return new
Pipe
<TMessage>(parent, name, GetDispatchDelegate<TMessage>());
1 reference to Pipe
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
154
/// <see cref="
Pipe
{TMessage}"/> may be used.