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();
447
if (
_storage
.Count == 0)
458
if (_storageIndex ==
_storage
.Count - 1)
466
instArray.CopyTo(
_storage
[_storageIndex].Buffer.AsSpan(_indexInCurArray));
493
if (
_storage
.Count == 0)
507
outGcHandle =
_storage
[_storageIndex].GcHandle;
515
foreach (var veryLongArray in
_storage
)