コード例 #1
0
 public override void Dispose()
 {
     _wrapper = null;
 }
コード例 #2
0
 public override void Init()
 {
     _wrapper = new CudaWrapper();
 }