提交 834217fa authored 作者: Frederic Bastien's avatar Frederic Bastien

auto indent/white space fix.

上级 2cf6d4c1
...@@ -576,10 +576,10 @@ class T_picklefunction(unittest.TestCase): ...@@ -576,10 +576,10 @@ class T_picklefunction(unittest.TestCase):
a = numpy.random.rand(4, 5) a = numpy.random.rand(4, 5)
b = numpy.random.rand(5, 4) b = numpy.random.rand(5, 4)
x = theano.tensor.matrix() x = theano.tensor.matrix()
y = theano.shared(b) y = theano.shared(b)
f = theano.function([x], theano.tensor.dot(x, y)) f = theano.function([x], theano.tensor.dot(x, y))
import StringIO import StringIO
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论