コード例 #1
0
ファイル: NDarray.cs プロジェクト: aidevnn/DiamondLump
 public (NDarray <U>, NDarray <U>) Split(int axis, int idx) => ND.Split(this, axis, idx);