Ejemplo n.º 1
0
 public LenetIOWrapper(LenetWrapper lenet, string name)
 {
     this.lenetWrap  = lenet;
     this.lenetparam = new Doublearray();
     this.name       = name;
 }
Ejemplo n.º 2
0
 public LenetIOWrapper(LenetWrapper lenet, string name)
 {
     this.lenetWrap = lenet;
     this.lenetparam = new Doublearray();
     this.name = name;
 }
Ejemplo n.º 3
0
 public void GetStdout(out StringBuilder sbout)
 {
     sbout = new StringBuilder(4096);
     LenetWrapper.GetStdout(sbout);
 }