示例#1
0
文件: Tensor.cs 项目: Skinz3/CNet
 public override string ToString()
 {
     return(TensorUtils.GetString(this));
 }