提交 12ccf030 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Style fix.

上级 f86e273b
...@@ -14,10 +14,11 @@ import theano.sandbox.gpuarray ...@@ -14,10 +14,11 @@ import theano.sandbox.gpuarray
if theano.sandbox.gpuarray.pygpu is None: if theano.sandbox.gpuarray.pygpu is None:
raise SkipTest("pygpu disabled") raise SkipTest("pygpu disabled")
from theano.sandbox.gpuarray.type import GpuArrayType, \ from theano.sandbox.gpuarray.type import (GpuArrayType,
gpuarray_shared_constructor gpuarray_shared_constructor)
from theano.sandbox.gpuarray.basic_ops import host_from_gpu, gpu_from_host, \ from theano.sandbox.gpuarray.basic_ops import (host_from_gpu, gpu_from_host,
gpu_alloc, gpu_from_cuda, cuda_from_gpu gpu_alloc, gpu_from_cuda,
cuda_from_gpu)
from theano.tests import unittest_tools as utt from theano.tests import unittest_tools as utt
utt.seed_rng() utt.seed_rng()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论