Skip to content

Commit 0ca55ad

Browse files
committed
test script for swift tensorflow
1 parent 79f88aa commit 0ca55ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.swift

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import TensorFlow
2+
var x = Tensor<Float>([[1, 2], [3, 4]])
3+
print(x + x)

0 commit comments

Comments
 (0)