2 instantiations of Host
Microsoft.ML.Data (2)
Utilities\LocalEnvironment.cs (2)
72return new Host(source, shortName, parentFullName, rand, verbose); 117return new Host(source, shortName, parentFullName, rand, verbose);
3 references to Host
Microsoft.ML.Data (3)
Utilities\LocalEnvironment.cs (3)
71Contracts.Assert(source == this || source is Host); 102Contracts.Assert(parent is Host); 110Contracts.Assert(parent is Host);