示例#1
0
 public Tensor Prod(Tensor x, int dim)
 {
     return(Out(TOps.Prod(In(x), dim)));
 }