1 write to _seeker
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
65_seeker = ((IRowSeekable)_cacheDataView).GetSeeker(colIndex => colIndex == _col.Index);
2 references to _seeker
Microsoft.ML.PerformanceTests (2)
CacheDataViewBench.cs (2)
66_seekerGetter = _seeker.GetGetter<int>(_col); 88_seeker.MoveTo(pos);