提交 8bdf37b9 authored 作者: Frederic's avatar Frederic

make tests pass in FAST_COMPILE

上级 60508786
...@@ -35,7 +35,8 @@ if config.mode == 'FAST_COMPILE': ...@@ -35,7 +35,8 @@ if config.mode == 'FAST_COMPILE':
else: else:
mode_not_fast_compile = config.mode mode_not_fast_compile = config.mode
mode_blas_opt = theano.compile.get_default_mode().including('BlasOpt', 'specialize') mode_blas_opt = theano.compile.get_default_mode().including(
'BlasOpt', 'specialize', 'InplaceBlasOpt')
mode_blas_opt = mode_blas_opt.excluding('c_blas') mode_blas_opt = mode_blas_opt.excluding('c_blas')
def test_dot_eq(): def test_dot_eq():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论