1 write to GcHandle
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
346
GcHandle
= GCHandle.Alloc(Buffer, GCHandleType.Pinned);
2 references to GcHandle
Microsoft.ML.Mkl.Components (2)
SymSgdClassificationTrainer.cs (2)
351
GcHandle
.Free();
507
outGcHandle = _storage[_storageIndex].
GcHandle
;