提交 86456da4 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

made test_blas_c use deterministic interface

上级 af6361cd
......@@ -185,7 +185,7 @@ class TestCGemv(TestCase, TestOptimizationMixin):
#test the inplace version
g = theano.function([], [],
updates={v2: v2 + theano.dot(m, v1)},
updates=[(v2, v2 + theano.dot(m, v1))],
mode=self.mode)
# Assert they produce the same output
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论