提交 7f236ac9 authored 作者: abalkin's avatar abalkin

Converted relative imports to absolute.

上级 60c97cb7
......@@ -3,13 +3,12 @@
__docformat__ = 'restructuredtext en'
from profiling import ProfileStats
from theano import config
from theano.compile import orig_function, In, Out
from theano.compile import UnusedInputError
from theano.compile.sharedvalue import SharedVariable, shared
from theano.gof import Container, Variable, generic, graph, Constant
from theano.compile.profiling import ProfileStats
from theano.gof import Variable, Constant
from theano.gof.python25 import any
import logging
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论