示例#1
0
 public NDArray amax(NDArray nd, int?axis = null)
 {
     return(nd.amax(axis));
 }