提交 5eb8077a authored 作者: Frederic's avatar Frederic

import any for python 2.4

上级 7f0e884d
...@@ -9,6 +9,7 @@ from theano.compile import UnusedInputError ...@@ -9,6 +9,7 @@ from theano.compile import UnusedInputError
from theano.compile.sharedvalue import SharedVariable, shared from theano.compile.sharedvalue import SharedVariable, shared
from theano.compile.profiling import ProfileStats from theano.compile.profiling import ProfileStats
from theano.gof import Variable, Constant from theano.gof import Variable, Constant
from theano.gof.python25 import any
import logging import logging
_logger = logging.getLogger("theano.compile.pfunc") _logger = logging.getLogger("theano.compile.pfunc")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论