Beispiel #1
0
 public Tensor Exp(Tensor x)
 {
     return(Out(C.Exp(In(x))));
 }