1 write to _types
Microsoft.ML.Data (1)
Transforms\TypeConverting.cs (1)
396
_types
= new DataViewType[_parent._columns.Length];
7 references to _types
Microsoft.ML.Data (7)
Transforms\TypeConverting.cs (7)
403
out PrimitiveDataViewType itemType, out
_types
[i]))
441
if (
_types
[i].IsKnownSizeVector())
445
DataViewType currentItemType =
_types
[i].GetItemType();
462
result[i] = new DataViewSchema.DetachedColumn(_parent._columns[i].Name,
_types
[i], builder.ToAnnotations());
472
if (!(
_types
[iinfo] is VectorDataViewType vectorType))
473
return RowCursorUtils.GetGetterAs(
_types
[iinfo], input, _srcCols[iinfo]);
491
ctx.AddIntermediateVariable(
_types
[iinfo], _parent._columns[iinfo].Name)))