1 write to Name
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
105
Name
= name;
3 references to Name
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (3)
111
return Hashing.CombinedHash(
Name
.GetHashCode(), Signature.GetHashCode());
121
return other.
Name
==
Name
&& other.Signature == Signature;