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 2ce5856 commit 689829eCopy full SHA for 689829e
com.ibm.wala.cast.python.test/data/tf2_test_add109.py
@@ -4,6 +4,7 @@
4
def add(a, b):
5
return a + b
6
7
+
8
arg1 = tf.random.truncated_normal([2])
9
assert isinstance(arg1, tf.Tensor)
10
assert arg1.dtype == tf.float32
0 commit comments