提交 2ba2d9a3 authored 作者: ='s avatar = 提交者: luke metz

tutorial/using_gpu documentation fixes

上级 a4e182df
...@@ -108,6 +108,7 @@ after the ``T.exp(x)`` is replaced by a GPU version of ``exp()``. ...@@ -108,6 +108,7 @@ after the ``T.exp(x)`` is replaced by a GPU version of ``exp()``.
.. code-block:: python .. code-block:: python
from theano import function, config, shared, sandbox from theano import function, config, shared, sandbox
import theano.sandbox.cuda.basic_ops
import theano.tensor as T import theano.tensor as T
import numpy import numpy
import time import time
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论