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