1 write to TypeSrc
Microsoft.ML.Transforms (1)
KeyToVectorMapping.cs (1)
158
TypeSrc
= type;
8 references to TypeSrc
Microsoft.ML.Transforms (8)
KeyToVectorMapping.cs (8)
177
_bitsPerKey[i] = Utils.IbitHigh((uint)_infos[i].
TypeSrc
.GetItemType().GetKeyCount()) + 2;
179
int srcValueCount = _infos[i].
TypeSrc
.GetValueCount();
222
var srcType = _infos[iinfo].
TypeSrc
;
230
typeNames.Size != _infos[iinfo].
TypeSrc
.GetItemType().GetKeyCountAsInt32(Host))
235
if (_infos[iinfo].
TypeSrc
is PrimitiveDataViewType)
285
var typeSrc = _infos[iinfo].
TypeSrc
;
343
if (!(info.
TypeSrc
is VectorDataViewType vectorType))
354
Host.Assert(_infos[iinfo].
TypeSrc
is KeyDataViewType);