4 references to IServer
Microsoft.ML.Core (4)
Data\ServerChannel.cs (4)
140/// Entry point factory for creating <see cref="IServer"/> instances. 143public interface IServerFactory : IComponentFactory<IChannel, IServer> 145new IServer CreateComponent(IHostEnvironment env, IChannel ch); 170/// for example, if a user opted to remove all implementations of <see cref="IServer"/> and