示例#1
0
 /// <summary>
 /// Computes the arccosine of the elements of input.
 /// </summary>
 /// <returns></returns>
 public static Tensor acos_(Tensor input)
 {
     return(input.acos_());
 }