提交 c3ec110d authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Fixed obvious syntax error in doc example

上级 c15d29d1
......@@ -352,7 +352,7 @@ If a list of ``Variable`` or ``Out`` instances is given as argument, then the co
x, y, s = T.matrices('xys')
# print a list of 2 ndarrays
fn1 = theano.function([x], [x+x, Out((x+x).T, borrow=True])
fn1 = theano.function([x], [x+x, Out((x+x).T, borrow=True)])
print fn1(ndarray([[1,0],[0,1]]))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论