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