1 write to _type
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1430
_type
= data.GetSlotType(col);
3 references to _type
Microsoft.ML.Data (3)
DataView\Transposer.cs (3)
1431
_host.AssertValue(
_type
);
1437
builder.AddColumn(_data.Schema[_col].Name,
_type
);
1452
return Utils.MarshalInvoke(_getRowCursorMethodInfo, this,
_type
.GetItemType().RawType, hasZero);