提交 17d65d5e authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

These are needed for the cuda tests.

上级 9b2c2087
...@@ -16,7 +16,7 @@ if theano.sandbox.gpuarray.pygpu is None: ...@@ -16,7 +16,7 @@ if theano.sandbox.gpuarray.pygpu is None:
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_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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论