提交 dca225d9 authored 作者: Frederic Bastien's avatar Frederic Bastien

backport to python2.4

上级 27caa4e5
...@@ -14,7 +14,7 @@ from copy import copy ...@@ -14,7 +14,7 @@ from copy import copy
from theano import gof from theano import gof
from theano.gof import Variable, Op, utils, Type, Constant, Value from theano.gof import Variable, Op, utils, Type, Constant, Value
from .tsor_apply import Apply from theano.tensor.tsor_apply import Apply
from theano import gradient from theano import gradient
......
...@@ -13,7 +13,7 @@ from theano.gof.python25 import any ...@@ -13,7 +13,7 @@ from theano.gof.python25 import any
import theano.scalar import theano.scalar
import basic as T import basic as T
from .tsor_apply import Apply from theano.tensor.tsor_apply import Apply
#NB: this clobbers the builtin 'compile' symbol #NB: this clobbers the builtin 'compile' symbol
from theano import compile #to register the optimizer built by this file from theano import compile #to register the optimizer built by this file
......
...@@ -11,7 +11,7 @@ from theano.printing import pprint ...@@ -11,7 +11,7 @@ from theano.printing import pprint
from theano.gof.python25 import all, any from theano.gof.python25 import all, any
from copy import copy, deepcopy from copy import copy, deepcopy
from .tsor_apply import Apply from theano.tensor.tsor_apply import Apply
# tensor depends on elemwise to provide definitions for several ops # tensor depends on elemwise to provide definitions for several ops
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论