提交 05a84c3a authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Reordered more logically imports of op.py

上级 50f80585
...@@ -10,16 +10,20 @@ __contact__ = "theano-dev <theano-dev@googlegroups.com>" ...@@ -10,16 +10,20 @@ __contact__ = "theano-dev <theano-dev@googlegroups.com>"
__docformat__ = "restructuredtext en" __docformat__ = "restructuredtext en"
import logging import logging
import warnings
import numpy
import theano
from theano import config from theano import config
import cc
import graph import graph
import numpy
import utils import utils
import warnings
from env import Env from env import Env
import cc
import theano
class CLinkerObject(object): class CLinkerObject(object):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论