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 d4d2d23 commit dd7e9baCopy full SHA for dd7e9ba
com.ibm.wala.cast.python.test/data/tf2_test_add7.py
@@ -11,4 +11,4 @@ def add(a, b):
11
return a + b
12
13
14
-c = add(tf.ones([1, 2]), tf.ones([2, 2])) # [[2., 2.], [2., 2.]]
+c = add(tf.ones([1, 2]), tf.ones([2, 2]))
0 commit comments