1 write to _sourceVectorLength
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
205_sourceVectorLength = new int[_parent.ColumnPairs.Length];
2 references to _sourceVectorLength
Microsoft.ML.Transforms (2)
Text\TokenizingByCharacters.cs (2)
210_sourceVectorLength[i] = type.GetValueCount(); 240dataViewType = new VectorDataViewType(TextDataViewType.Instance, _sourceVectorLength[iinfo]);