コード例 #1
0
ファイル: NDarray.cs プロジェクト: aidevnn/DesertLand
 public NDview <Type> Reshape(params int[] shape) => ND.Reshape(View, shape);