1 write to _type
Microsoft.ML.Transforms (1)
Text\WordTokenizing.cs (1)
212
_type
= new VectorDataViewType(TextDataViewType.Instance);
2 references to _type
Microsoft.ML.Transforms (2)
Text\WordTokenizing.cs (2)
229
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_type
, null);
409
var intermediateVar = ctx.AddIntermediateVariable(
_type
, "TokenizerOutput", true);