コード例 #1
0
ファイル: np.statistics.cs プロジェクト: yamachu/NumSharp
 public static NDArray max(NDArray nd, int axis)
 => nd.max(axis);