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