Example #1
0
 public Tensor Min(Tensor x, int dim)
 {
     return(Out(TOps.Min(In(x), dim)));
 }