Exemple #1
0
 public void Print(Tensor x, string title = "")
 {
     BackendUtil.Print(x.Shape, x.ToArray());
 }