1 write to _getters
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1169_getters = new Delegate[actives.Length];
3 references to _getters
Microsoft.ML.Data (3)
DataView\CacheDataView.cs (3)
1177_getters[ic] = CreateGetterDelegate(c); 1207Ch.Check(_colToActivesIndex[column.Index] < _getters.Length); 1209var originGetter = _getters[_colToActivesIndex[column.Index]];