1 instantiation of NoSplitter
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
966
return new
NoSplitter
<T>(view, col);
2 references to NoSplitter
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
1031
private sealed class RowImpl : RowBase<
NoSplitter
<T>>
1035
public RowImpl(
NoSplitter
<T> parent, DataViewRow input, bool isActive)