提交 ca609d9f authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Small flake8 cleanup.

上级 5a62e6f6
...@@ -5,7 +5,7 @@ import numpy ...@@ -5,7 +5,7 @@ import numpy
from theano import Op, Apply, Type, Variable from theano import Op, Apply, Type, Variable
from theano import tensor, config from theano import tensor, config
from theano.gradient import grad_undefined from theano.gradient import grad_undefined
from theano.tensor.basic import Alloc, Join, Split, as_tensor_variable from theano.tensor.basic import Alloc, Join, Split
from theano.gof import HideC from theano.gof import HideC
from theano.gof.utils import MethodNotDefined from theano.gof.utils import MethodNotDefined
...@@ -21,7 +21,7 @@ try: ...@@ -21,7 +21,7 @@ try:
except ImportError: except ImportError:
pass pass
from .type import GpuArrayType, gpu_context_type, get_context from .type import GpuArrayType, GpuArrayConstant, gpu_context_type, get_context
from .fp16_help import write_w from .fp16_help import write_w
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论