1 write to Verbose
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
52Verbose = verbose;
7 references to Verbose
Microsoft.ML.Core (7)
Environment\ConsoleEnvironment.cs (4)
90if (commChannel?.Verbose == true) 126Contracts.Assert(commChannel.Verbose); 142if (!channel.Verbose) 156if (!channel.Verbose)
Environment\HostEnvironmentBase.cs (3)
143host = RegisterCore(this, name, Master?.FullName, rand, verbose ?? Verbose); 169: base(shortName, parent.FullName, parent.Verbose) 422host = RegisterCore(this, name, Master?.FullName, rand, verbose ?? Verbose);