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