提交 51d90e8d authored 作者: Frederic Bastien's avatar Frederic Bastien

remove not used import.

上级 711f5cfd
...@@ -17,10 +17,9 @@ This don't work with broadcast and non-contiguous memory as pycuda don't support ...@@ -17,10 +17,9 @@ This don't work with broadcast and non-contiguous memory as pycuda don't support
import numpy import numpy
import theano import theano
import theano.tensor as T
from theano.gof import Op, Apply, local_optimizer, EquilibriumDB from theano.gof import Op, Apply, local_optimizer, EquilibriumDB
from theano.sandbox.cuda import GpuElemwise, CudaNdarrayType, CudaNdarray from theano.sandbox.cuda import GpuElemwise, CudaNdarrayType
from theano.sandbox.cuda.basic_ops import as_cuda_ndarray_variable, gpu_contiguous, host_from_gpu from theano.sandbox.cuda.basic_ops import as_cuda_ndarray_variable, gpu_contiguous
from theano.sandbox.cuda.opt import gpu_seqopt from theano.sandbox.cuda.opt import gpu_seqopt
from pycuda.elementwise import ElementwiseKernel from pycuda.elementwise import ElementwiseKernel
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论