1 write to Server
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
564
Server
= 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)
563
if (env != null &&
Server
== null)
576
Host.CheckValue(args.
Server
, nameof(args.
Server
));