4 references to 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>());