We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf8db1 commit c6728a3Copy full SHA for c6728a3
main.py
@@ -3,6 +3,6 @@
3
4
print("hello")
5
6
-t1 = t.Tensor([[1]])
+t1 = t.Tensor([[1], [2]])
7
t2 = t1 + t1
8
print(t2)
0 commit comments