1 write to Buffer
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
345Buffer = new T[veryLongArrayLength];
3 references to Buffer
Microsoft.ML.Mkl.Components (3)
SymSgdClassificationTrainer.cs (3)
342public int Length => Buffer.Length; 346GcHandle = GCHandle.Alloc(Buffer, GCHandleType.Pinned); 466instArray.CopyTo(_storage[_storageIndex].Buffer.AsSpan(_indexInCurArray));