4 overrides of RegisterCore
Microsoft.ML.Core (2)
Environment\ConsoleEnvironment.cs (2)
394
protected override IHost
RegisterCore
(HostEnvironmentBase<ConsoleEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose)
487
protected override IHost
RegisterCore
(HostEnvironmentBase<ConsoleEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose)
Microsoft.ML.Data (2)
Utilities\LocalEnvironment.cs (2)
66
protected override IHost
RegisterCore
(HostEnvironmentBase<LocalEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose)
115
protected override IHost
RegisterCore
(HostEnvironmentBase<LocalEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose)
2 references to RegisterCore
Microsoft.ML.Core (2)
Environment\HostEnvironmentBase.cs (2)
143
host =
RegisterCore
(this, name, Master?.FullName, rand, verbose ?? Verbose);
422
host =
RegisterCore
(this, name, Master?.FullName, rand, verbose ?? Verbose);