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

flake8

上级 32fff4aa
...@@ -3,8 +3,6 @@ from unittest import TestCase ...@@ -3,8 +3,6 @@ from unittest import TestCase
from nose.plugins.skip import SkipTest from nose.plugins.skip import SkipTest
import itertools import itertools
import numpy
import theano import theano
from theano import tensor from theano import tensor
from theano.tests import unittest_tools as utt from theano.tests import unittest_tools as utt
...@@ -18,7 +16,7 @@ from .test_basic_ops import makeTester, rand ...@@ -18,7 +16,7 @@ from .test_basic_ops import makeTester, rand
from ..blas import (gpugemv_inplace, gpugemv_no_inplace, from ..blas import (gpugemv_inplace, gpugemv_no_inplace,
gpugemm_inplace, gpugemmbatch_no_inplace, gpugemm_inplace, gpugemmbatch_no_inplace,
gpuger_inplace, gpuger_no_inplace, gpuger_inplace, gpuger_no_inplace,
GpuGer, gpu_dot22, GpuGemm) GpuGer, gpu_dot22)
GpuGemvTester = makeTester( GpuGemvTester = makeTester(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论