提交 e12965aa authored 作者: Frederic's avatar Frederic

fix test in FAST_COMPILE.

上级 35d4341b
...@@ -18,7 +18,7 @@ from test_blas import TestCase ...@@ -18,7 +18,7 @@ from test_blas import TestCase
from test_blas import BaseGemv from test_blas import BaseGemv
mode_blas_opt = theano.compile.get_default_mode().including( mode_blas_opt = theano.compile.get_default_mode().including(
'BlasOpt', 'specialize', 'InplaceBlasOpt') 'BlasOpt', 'specialize', 'InplaceBlasOpt', 'c_blas')
class TestCGer(TestCase, TestOptimizationMixin): class TestCGer(TestCase, TestOptimizationMixin):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论