1 write to Server
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
564Server = ServerChannel.CreateDefaultServerFactoryOrNull(env);
4 references to Server
Microsoft.ML.Data (1)
Commands\DataCommand.cs (1)
93_serverFactory = options.Server;
Microsoft.ML.FastTree (3)
GamModelParameters.cs (3)
563if (env != null && Server == null) 576Host.CheckValue(args.Server, nameof(args.Server));