1 write to _srcType
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1493_srcType = row.Schema[srcCol].Type;
2 references to _srcType
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
1496_includeSlot = _srcType is VectorDataViewType && _ex.UseOrderedHashing; 1574Contracts.Assert(_srcType.GetItemType().RawType == typeof(T));