示例#1
0
 /// <summary>
 /// Default constructor.
 /// </summary>
 public Net()
 {
     _ptr = ContribInvoke.cveDnnNetCreate();
 }