4 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>());
Microsoft.ML.Data (2)
Utilities\LocalEnvironment.cs (2)
88
return new
Pipe
<TMessage>(parent, name, GetDispatchDelegate<TMessage>());
112
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.