Пример #1
0
 /// <summary>
 /// Calculate the absolute value element-wise.
 /// </summary>
 public static NDArray abs(NDArray x)
 => x.absolute();