예제 #1
0
 /// <summary>
 /// Release all the memory associated with this GraphDefOptions
 /// </summary>
 protected override void DisposeObject()
 {
     if (IntPtr.Zero != _ptr)
     {
         TfInvoke.tfeDeleteImportGraphDefOptions(ref _ptr);
     }
 }