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

Reordered imports

上级 0ede64eb
...@@ -5,12 +5,14 @@ The elemwise fct are also used with scalar operation! So it can happen that ndim ...@@ -5,12 +5,14 @@ The elemwise fct are also used with scalar operation! So it can happen that ndim
""" """
import StringIO, sys import copy, logging, StringIO, sys
import numpy import numpy
from theano import Op, Type, Apply, Variable, Constant
from theano import tensor, scalar, gof
import logging, copy from theano import Apply, Constant, Op, Type, Variable
from theano import gof, scalar, tensor
_logger_name = 'theano.sandbox.cuda.elemwise' _logger_name = 'theano.sandbox.cuda.elemwise'
_logger = logging.getLogger(_logger_name) _logger = logging.getLogger(_logger_name)
_logger.setLevel(logging.INFO) _logger.setLevel(logging.INFO)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论