1 write to _caches
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
100
_caches
= new ColumnCache[_subsetInput.Schema.Count];
6 references to _caches
Microsoft.ML.Data (6)
DataView\CacheDataView.cs (6)
340
if (
_caches
[c] == null)
358
caches[ic++] =
_caches
[c] = ColumnCache.Create(this, cursor, c, waiter);
671
Contracts.AssertValue(_parent.
_caches
[c]);
672
var waiter = _parent.
_caches
[c].Waiter;
1176
Ch.AssertValue(Parent.
_caches
[c]);
1230
var cache = (ColumnCache<TValue>)Parent.
_caches
[col];