1 write to Type
Microsoft.ML.Transforms (1)
Expression\MethodGenerator.cs (1)
107
Type
= type;
4 references to Type
Microsoft.ML.Transforms (4)
Expression\MethodGenerator.cs (4)
123
return Hashing.CombineHash(
Type
.GetHashCode(), Hashing.HashInt(IsRef.GetHashCode()));
135
return IsRef == other.IsRef &&
Type
== other.
Type
;
158
return new Temporary(_tempDisposer, Il.DeclareLocal(key.
Type
), key.IsRef);