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