1 write to _splitView
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
181
_splitView
= new BinaryLoader(_host, loaderArgs, stream, leaveOpen: false);
5 references to _splitView
Microsoft.ML.Data (5)
DataView\Transposer.cs (5)
182
rowCount = DataViewUtils.ComputeRowCount(
_splitView
);
198
if (
_splitView
!= null)
199
_splitView
.Dispose();
356
_view = parent.
_splitView
;
486
_view = parent.
_splitView
;