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