2 writes to _temp
Microsoft.ML.Data (2)
DataView\CacheDataView.cs (2)
1364_getter(ref _temp); 1418_temp = default(VBuffer<T>);
7 references to _temp
Microsoft.ML.Data (7)
DataView\CacheDataView.cs (7)
1365if (_uniformLength != 0 && _uniformLength != _temp.Length) 1366throw Ctx.Except("Caching expected vector of size {0}, but {1} encountered.", _uniformLength, _temp.Length); 1367Ctx.Assert(_uniformLength == 0 || _uniformLength == _temp.Length); 1368if (!_temp.IsDense) 1369_indices.AddRange(_temp.GetIndices()); 1370_values.AddRange(_temp.GetValues()); 1380_lengths[rowCount - 1] = _temp.Length;