1 write to _cursor
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
74
_cursor
= _cacheDataView.GetRowCursor(_col);
2 references to _cursor
Microsoft.ML.PerformanceTests (2)
CacheDataViewBench.cs (2)
75
_cursorGetter =
_cursor
.GetGetter<int>(_col);
78
while (
_cursor
.MoveNext())