1 write to _srcGetter
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1632
_srcGetter
= Row.GetGetter<T>(Row.Schema[_srcCol]);
1 reference to _srcGetter
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1651
Collector.Add(_hash,
_srcGetter
, ref _value);