1 write to _types
Microsoft.ML.Data (1)
Transforms\KeyToVector.cs (1)
248_types = new VectorDataViewType[_parent.ColumnPairs.Length];
11 references to _types
Microsoft.ML.Data (11)
Transforms\KeyToVector.cs (11)
260_types[i] = new VectorDataViewType(NumberDataViewType.Single, keyCount); 262_types[i] = new VectorDataViewType(NumberDataViewType.Single, valueCount, keyCount); 298result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, _types[i], builder.ToAnnotations()); 327var slotNamesType = new VectorDataViewType(TextDataViewType.Instance, _types[iinfo].Dimensions); 333if (typeNames != null && _types[iinfo].IsKnownSize) 339var slotNamesType = new VectorDataViewType(TextDataViewType.Instance, _types[iinfo].Dimensions); 389int slotLim = _types[iinfo].Size; 473Host.Assert(size == _types[iinfo].Size); 511Host.Assert(size == _types[iinfo].Size); 562Host.Assert(_types[iinfo].Size == size * cv); 626var dstVariableName = ctx.AddIntermediateVariable(_types[iinfo], info.Name);