提交 83c82996 authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove duplicate import

上级 ad980be9
...@@ -873,8 +873,6 @@ def test_hostfromgpu_shape_i(): ...@@ -873,8 +873,6 @@ def test_hostfromgpu_shape_i():
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
import theano.sandbox.cuda as cuda_ndarray
def test_gpujoin_assert_cndas(): def test_gpujoin_assert_cndas():
# this will end up being an ndarray, as it's float64 # this will end up being an ndarray, as it's float64
......
import errno import errno
import logging import logging
import os import os
from six.moves import reload_module as reload
import sys import sys
import warnings import warnings
......
...@@ -12,7 +12,6 @@ from theano.tensor.blas_scipy import ScipyGer ...@@ -12,7 +12,6 @@ from theano.tensor.blas_scipy import ScipyGer
from theano.tensor.blas import Ger from theano.tensor.blas import Ger
from theano.tensor.blas_c import CGemv from theano.tensor.blas_c import CGemv
from theano.tensor.blas_scipy import ScipyGer
from theano.tensor.blas import Gemv from theano.tensor.blas import Gemv
from theano.tensor.blas_c import check_force_gemv_init from theano.tensor.blas_c import check_force_gemv_init
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论