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); 1437builder.AddColumn(_data.Schema[_col].Name, _type); 1452return Utils.MarshalInvoke(_getRowCursorMethodInfo, this, _type.GetItemType().RawType, hasZero);