1 write to FullName
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
51
FullName
= GenerateFullName();
4 references to FullName
Microsoft.ML.Core (4)
Environment\HostEnvironmentBase.cs (4)
42
public virtual string ContextDescription =>
FullName
;
143
host = RegisterCore(this, name, Master?.
FullName
, rand, verbose ?? Verbose);
169
: base(shortName, parent.
FullName
, parent.Verbose)
422
host = RegisterCore(this, name, Master?.
FullName
, rand, verbose ?? Verbose);