2 instantiations of Host
Microsoft.ML.Core (2)
Environment\ConsoleEnvironment.cs (2)
400return new Host(source, shortName, parentFullName, rand, verbose); 489return new Host(source, shortName, parentFullName, rand, verbose);
3 references to Host
Microsoft.ML.Core (3)
Environment\ConsoleEnvironment.cs (3)
399Contracts.Assert(source == this || source is Host); 474Contracts.Assert(parent is Host); 482Contracts.Assert(parent is Host);