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