We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f88aa commit 0ca55adCopy full SHA for 0ca55ad
test.swift
@@ -0,0 +1,3 @@
1
+import TensorFlow
2
+var x = Tensor<Float>([[1, 2], [3, 4]])
3
+print(x + x)
0 commit comments