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