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

Better indentation

上级 740848be
...@@ -2600,10 +2600,11 @@ class T_Scan(unittest.TestCase): ...@@ -2600,10 +2600,11 @@ class T_Scan(unittest.TestCase):
assert numpy.allclose(theano_y , v_y[-4:]) assert numpy.allclose(theano_y , v_y[-4:])
def test_opt_order(self): def test_opt_order(self):
""" Verify that scan optimizations are applied before blas """
optimizations. Verify that scan optimizations are applied before blas
This is needed as otherwise, the dot won't become a dot22 optimizations.
so it will be slower and won't get transferred to the gpu. This is needed as otherwise, the dot won't become a dot22
so it will be slower and won't get transferred to the gpu.
""" """
x = theano.tensor.matrix('x') x = theano.tensor.matrix('x')
A = theano.tensor.matrix('A') A = theano.tensor.matrix('A')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论