コード例 #1
0
ファイル: Tensor.cs プロジェクト: zorrock/AI4Animation
 public int GetRows()
 {
     return(Eigen.GetRows(Ptr));
 }