1 write to _host
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1427_host = env.Register("SlotDataView");
5 references to _host
Microsoft.ML.Data (5)
DataView\Transposer.cs (5)
1428_host.CheckValue(data, nameof(data)); 1429_host.CheckParam(0 <= col && col < data.Schema.Count, nameof(col)); 1431_host.AssertValue(_type); 1445_host.Assert(valueCount > 0); 1476: base(parent._host)