提交 42116e4b authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Fix invalid imports order introduced by #241

上级 511c778f
...@@ -6,8 +6,8 @@ from theano import tensor ...@@ -6,8 +6,8 @@ from theano import tensor
from theano.compile.function import pfunc from theano.compile.function import pfunc
from theano.compile.io import In from theano.compile.io import In
from theano.compile.sharedvalue import shared from theano.compile.sharedvalue import shared
from theano.misc.safe_asarray import _asarray
from theano.configdefaults import config from theano.configdefaults import config
from theano.misc.safe_asarray import _asarray
from theano.tensor import dmatrices, dmatrix, iscalar, lscalar from theano.tensor import dmatrices, dmatrix, iscalar, lscalar
from theano.utils import PYTHON_INT_BITWIDTH from theano.utils import PYTHON_INT_BITWIDTH
......
...@@ -26,8 +26,8 @@ import theano.scalar.sharedvar ...@@ -26,8 +26,8 @@ import theano.scalar.sharedvar
from tests import unittest_tools as utt from tests import unittest_tools as utt
from theano import tensor from theano import tensor
from theano.compile.function.pfunc import rebuild_collect_shared from theano.compile.function.pfunc import rebuild_collect_shared
from theano.misc.safe_asarray import _asarray
from theano.configdefaults import config from theano.configdefaults import config
from theano.misc.safe_asarray import _asarray
from theano.scan.basic import scan from theano.scan.basic import scan
from theano.scan.op import Scan from theano.scan.op import Scan
from theano.scan.opt import ScanMerge from theano.scan.opt import ScanMerge
......
...@@ -10,8 +10,8 @@ import theano ...@@ -10,8 +10,8 @@ import theano
from tests import unittest_tools as utt from tests import unittest_tools as utt
from theano import function, gof, shared, tensor from theano import function, gof, shared, tensor
from theano.compile.mode import get_default_mode from theano.compile.mode import get_default_mode
from theano.misc.safe_asarray import _asarray
from theano.configdefaults import config from theano.configdefaults import config
from theano.misc.safe_asarray import _asarray
from theano.tensor.type import TensorType from theano.tensor.type import TensorType
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论