1 write to _types
Microsoft.ML.Transforms (1)
KeyToVectorMapping.cs (1)
172_types = new VectorDataViewType[_parent.ColumnPairs.Length];
10 references to _types
Microsoft.ML.Transforms (10)
KeyToVectorMapping.cs (10)
182_types[i] = new VectorDataViewType(NumberDataViewType.Single, _bitsPerKey[i]); 185_types[i] = new VectorDataViewType(NumberDataViewType.Single, srcValueCount, _bitsPerKey[i]); 213result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, _types[i], builder.ToAnnotations()); 244var slotNamesType = new VectorDataViewType(TextDataViewType.Instance, _types[iinfo].Dimensions); 256if (typeNames != null && _types[iinfo].IsKnownSize) 262var slotNamesType = new VectorDataViewType(TextDataViewType.Instance, _types[iinfo].Dimensions); 282Host.Assert(_types[iinfo].IsKnownSize); 304int slotLim = _types[iinfo].Size; 357Host.Assert(bitsPerKey == _types[iinfo].Size); 359int dstLength = _types[iinfo].Size;