提交 54c8b93d authored 作者: Frederic Bastien's avatar Frederic Bastien

fix test in FAST_COMPILE

上级 05c589dd
......@@ -261,7 +261,8 @@ class TestCGemv(TestCase, TestOptimizationMixin):
y = tensor.dvector('y')
z = tensor.dvector('z')
f = theano.function([x, y, z],
[tensor.dot(y, x), tensor.dot(z,x)])
[tensor.dot(y, x), tensor.dot(z,x)],
mode=mode_blas_opt)
vx = numpy.random.rand(3, 3)
vy = numpy.random.rand(3)
vz = numpy.random.rand(3)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论