提交 4e74b47b authored 作者: Frederic Bastien's avatar Frederic Bastien

Only load run_cthunk when a ProfileMode function is compiled AND we have c code.

上级 eed64db9
......@@ -75,7 +75,7 @@ class Profile_Maker(FunctionMaker):
ret.fn = new_fn
global run_cthunk
if run_cthunk is None:
if run_cthunk is None and any(profile.apply_cimpl.values()):
# Lazy import to avoid compilation when importing theano.
from theano.gof.cutils import run_cthunk
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论