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