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);