1 write to _srcIndices
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
388
_srcIndices
= new int[_parent._columns.Length][];
6 references to _srcIndices
Microsoft.ML.Transforms (6)
Text\NgramHashingTransformer.cs (6)
392
_srcIndices
[i] = new int[_parent._columns[i].InputColumnNamesArray.Length];
403
_srcIndices
[i][j] = srcCol;
561
int srcCount =
_srcIndices
[iinfo].Length;
564
getSrc[isrc] = RowCursorUtils.GetVecGetterAs<uint>(NumberDataViewType.UInt32, input,
_srcIndices
[iinfo][isrc]);
592
for (int i = 0; i <
_srcIndices
.Length; i++)
596
foreach (var src in
_srcIndices
[i])