1 write to _cacheDataView
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
56
_cacheDataView
= cacheDv;
3 references to _cacheDataView
Microsoft.ML.PerformanceTests (3)
CacheDataViewBench.cs (3)
64
_col =
_cacheDataView
.Schema["A"];
65
_seeker = ((IRowSeekable)
_cacheDataView
).GetSeeker(colIndex => colIndex == _col.Index);
74
_cursor =
_cacheDataView
.GetRowCursor(_col);