1 write to _type
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
203_type = new VectorDataViewType(keyType);
2 references to _type
Microsoft.ML.Transforms (2)
Text\TokenizingByCharacters.cs (2)
227string dstVariableName = ctx.AddIntermediateVariable(_type, outputColumnName, true); 278result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, _type, builder.ToAnnotations());