Exemplo n.º 1
0
 public Tensor round(Tensor x)
 {
     return(Out(C.Round(In(x))));
 }