Пример #1
0
 /// <summary>
 /// Release the memory associated with this network.
 /// </summary>
 protected override void DisposeObject()
 {
     if (_ptr != IntPtr.Zero)
     {
         ContribInvoke.cveDnnNetRelease(ref _ptr);
     }
 }