1 write to _types
Microsoft.ML.Data (1)
Transforms\KeyToVector.cs (1)
248
_types
= new VectorDataViewType[_parent.ColumnPairs.Length];
11 references to _types
Microsoft.ML.Data (11)
Transforms\KeyToVector.cs (11)
260
_types
[i] = new VectorDataViewType(NumberDataViewType.Single, keyCount);
262
_types
[i] = new VectorDataViewType(NumberDataViewType.Single, valueCount, keyCount);
298
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_types
[i], builder.ToAnnotations());
327
var slotNamesType = new VectorDataViewType(TextDataViewType.Instance,
_types
[iinfo].Dimensions);
333
if (typeNames != null &&
_types
[iinfo].IsKnownSize)
339
var slotNamesType = new VectorDataViewType(TextDataViewType.Instance,
_types
[iinfo].Dimensions);
389
int slotLim =
_types
[iinfo].Size;
473
Host.Assert(size ==
_types
[iinfo].Size);
511
Host.Assert(size ==
_types
[iinfo].Size);
562
Host.Assert(
_types
[iinfo].Size == size * cv);
626
var dstVariableName = ctx.AddIntermediateVariable(
_types
[iinfo], info.Name);