2 overrides of Fetch
Microsoft.ML.Data (2)
DataView\CacheDataView.cs (2)
1385
public override void
Fetch
(int idx, ref VBuffer<T> value)
1448
public override void
Fetch
(int idx, ref T value)
2 references to Fetch
Microsoft.ML.Data (2)
DataView\CacheDataView.cs (2)
496
cache.
Fetch
((int)_index.GetIndex(), ref value);
576
return (ref TValue value) => cache.
Fetch
((int)Position, ref value);