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