1 write to _srcTypes
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
553_srcTypes = sources.Select(c => inputSchema[c].Type).ToArray();
9 references to _srcTypes
Microsoft.ML.Data (9)
Transforms\ColumnConcatenatingTransformer.cs (9)
599Contracts.Assert(_srcTypes[i].GetValueCount() > 0); 602slotCount += _srcTypes[i - 1].GetValueCount(); 632for (int i = 0; i < _srcTypes.Length; i++) 635var typeSrc = _srcTypes[i]; 698if (_srcTypes[j] is VectorDataViewType) 712var type = _srcTypes[i]; 742if (_srcTypes[j] is VectorDataViewType) 789if (_srcTypes[j] is VectorDataViewType) 821srcPrimitive[i] = _srcTypes[i] is PrimitiveDataViewType;