コード例 #1
0
 public NDArrayOrSymbol(NDArray x)
 {
     IsNDArray = true;
     IsSymbol  = false;
     X         = x;
 }