1 write to _storage
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
381_storage = new List<VeryLongArray>();
9 references to _storage
Microsoft.ML.Mkl.Components (9)
SymSgdClassificationTrainer.cs (9)
401_storage.Add(new VeryLongArray(_veryLongArrayLength)); 415_ch.Assert(_storage[_storageIndex].Length == _veryLongArrayLength); 436_storage.Clear(); 447if (_storage.Count == 0) 458if (_storageIndex == _storage.Count - 1) 466instArray.CopyTo(_storage[_storageIndex].Buffer.AsSpan(_indexInCurArray)); 493if (_storage.Count == 0) 507outGcHandle = _storage[_storageIndex].GcHandle; 515foreach (var veryLongArray in _storage)