提交 efade648 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #566 from lamblin/fix_python24

Import 'any' for python 2.4
...@@ -16,7 +16,7 @@ from theano import gof ...@@ -16,7 +16,7 @@ from theano import gof
from theano.gof import Env, graph, utils, link, ops_with_inner_function from theano.gof import Env, graph, utils, link, ops_with_inner_function
from theano.gof.link import raise_with_op from theano.gof.link import raise_with_op
from theano.gof.cc import CLinker from theano.gof.cc import CLinker
from theano.gof.python25 import product as itertools_product from theano.gof.python25 import any, product as itertools_product
from theano.configparser import (config, AddConfigVar, BoolParam, IntParam, from theano.configparser import (config, AddConfigVar, BoolParam, IntParam,
StrParam) StrParam)
from theano.compile.function_module import (FunctionMaker, from theano.compile.function_module import (FunctionMaker,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论