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

Final flake8 nit.

上级 f5ceb43d
...@@ -9,12 +9,12 @@ import time ...@@ -9,12 +9,12 @@ import time
import numpy import numpy
import pygpu
import theano import theano
from theano.sandbox.gpuarray import init_dev from theano.sandbox.gpuarray import init_dev
from theano.sandbox.gpuarray.type import gpuarray_shared_constructor as shared from theano.sandbox.gpuarray.type import gpuarray_shared_constructor as shared
from theano.sandbox.gpuarray.blas import gpu_dot22 from theano.sandbox.gpuarray.blas import gpu_dot22
def main(dev1, dev2): def main(dev1, dev2):
init_dev(dev1, 'ctx1') init_dev(dev1, 'ctx1')
init_dev(dev2, 'ctx2') init_dev(dev2, 'ctx2')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论