Skip to content

Commit c6728a3

Browse files
test
1 parent 9bf8db1 commit c6728a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
print("hello")
55

6-
t1 = t.Tensor([[1]])
6+
t1 = t.Tensor([[1], [2]])
77
t2 = t1 + t1
88
print(t2)

0 commit comments

Comments
 (0)