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