1 write to IsSameKey
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
431IsSameKey = Utils.MarshalInvoke(_makeSameCheckerMethodInfo, type.RawType, row, col);
1 reference to IsSameKey
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
621result = checker.IsSameKey() && result;