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 65d0d7b commit 4bea7dbCopy full SHA for 4bea7db
theanoTUT/theano5_function.py
@@ -25,7 +25,7 @@
25
f = theano.function([a, b], [diff, abs_diff, diff_squared])
26
print( f(np.ones((2, 2)), np.arange(4).reshape((2, 2))) )
27
28
-# name for a function
+# default value and name for a function
29
x, y, w = T.dscalars('x', 'y', 'w')
30
z = (x+y)*w
31
f = theano.function([x,
0 commit comments