1 write to _index
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
463
_index
= index;
4 references to _index
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
458
public override long Batch =>
_index
.Batch;
466
public override ValueGetter<DataViewRowId> GetIdGetter() =>
_index
.GetIdGetter();
473
if (
_index
.MoveNext())
496
cache.Fetch((int)
_index
.GetIndex(), ref value);