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