Commit fb5b249f by dongshufeng

refactor: change hello prog

parent e495ed9c
input = read_tensor("./input2.csv"); input = read_url("https://shufengdong.github.io/sparrowzz/tetests/input2.csv");
a = [[0.0, 0.], [0, 0.0]]; a = [[0.0, 0.], [0, 0.0]];
b = 1; b = 1;
while 1 { while 1 {
...@@ -8,5 +8,5 @@ while 1 { ...@@ -8,5 +8,5 @@ while 1 {
a = a + [[1.0, 0.], [0, 1.0]]; a = a + [[1.0, 0.], [0, 1.0]];
b = b + 1; b = b + 1;
} }
println(input); info(input);
return a; return a;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论