1 write to _srcTypes
Microsoft.ML.Data (1)
Transforms\SlotsDroppingTransformer.cs (1)
474_srcTypes = new DataViewType[_parent.ColumnPairs.Length];
12 references to _srcTypes
Microsoft.ML.Data (12)
Transforms\SlotsDroppingTransformer.cs (12)
484_srcTypes[i] = inputSchema[_cols[i]].Type; 485VectorDataViewType srcVectorType = _srcTypes[i] as VectorDataViewType; 487var rawType = srcVectorType?.ItemType ?? _srcTypes[i]; 529var typeSrc = _srcTypes[iinfo]; 725var typeSrc = _srcTypes[iinfo]; 742Host.Assert(!(_srcTypes[iinfo] is VectorDataViewType)); 745return Utils.MarshalInvoke(_makeOneTrivialGetterMethodInfo, this, _srcTypes[iinfo].RawType); 763VectorDataViewType vectorType = (VectorDataViewType)_srcTypes[iinfo]; 784VectorDataViewType vectorType = (VectorDataViewType)_srcTypes[iinfo]; 794int srcValueCount = _srcTypes[iinfo].GetValueCount(); 837if (_srcTypes[iinfo] is VectorDataViewType vectorType && vectorType.IsKnownSize) 915var type = _srcTypes[iinfo].GetItemType();