提交 490fc932 authored 作者: abalkin's avatar abalkin

Removed unused imports and converted relative imports to absolute.

上级 062a346a
...@@ -3,14 +3,11 @@ ...@@ -3,14 +3,11 @@
__docformat__ = "restructuredtext en" __docformat__ = "restructuredtext en"
import logging import logging
import sys
import traceback
_logger = logging.getLogger('theano.compile.function') _logger = logging.getLogger('theano.compile.function')
from io import In from theano.compile.io import In
from function_module import orig_function from theano.compile.function_module import orig_function
from profiling import ProfileStats from theano.compile.pfunc import pfunc
from pfunc import pfunc
from numpy import any # to work in python 2.4 from numpy import any # to work in python 2.4
import warnings import warnings
from theano import gof from theano import gof
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论