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)
599
Contracts.Assert(
_srcTypes
[i].GetValueCount() > 0);
602
slotCount +=
_srcTypes
[i - 1].GetValueCount();
632
for (int i = 0; i <
_srcTypes
.Length; i++)
635
var typeSrc =
_srcTypes
[i];
698
if (
_srcTypes
[j] is VectorDataViewType)
712
var type =
_srcTypes
[i];
742
if (
_srcTypes
[j] is VectorDataViewType)
789
if (
_srcTypes
[j] is VectorDataViewType)
821
srcPrimitive[i] =
_srcTypes
[i] is PrimitiveDataViewType;