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