Beispiel #1
0
 public NDArrayOrSymbol(Symbol x)
 {
     IsNDArray = false;
     IsSymbol  = true;
     X         = x;
 }