Exemple #1
0
 private void ReleaseUnmanagedResources()
 {
     if (_isOwner)
     {
         KokkosLibrary.Free(executionSpace,
                            ((NativeStruct *)Instance)->Data);
     }
 }