1 write to _srcTypes
Microsoft.ML.Transforms (1)
Text\NgramTransform.cs (1)
487
_srcTypes
= new DataViewType[_parent.ColumnPairs.Length];
8 references to _srcTypes
Microsoft.ML.Transforms (8)
Text\NgramTransform.cs (8)
493
_srcTypes
[i] = inputSchema[_srcCols[i]].Type;
526
var itemType =
_srcTypes
[iinfo].GetItemType();
560
var itemType =
_srcTypes
[iinfo].GetItemType();
680
var keyCount = (uint)
_srcTypes
[iinfo].GetItemType().GetKeyCount();
766
string dstVariableName = ctx.AddIntermediateVariable(
_srcTypes
[iinfo], outputColumnName, true);
784
var vectorType =
_srcTypes
[iinfo] as VectorDataViewType;
790
var dataKind =
_srcTypes
[iinfo] == NumberDataViewType.UInt32 ? DataKind.Int32 : DataKind.Int64;
793
string castOutput = ctx.AddIntermediateVariable(
_srcTypes
[iinfo], "CastOutput", true);