提交 8dbef49b authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #2974 from lukemetz/doc_fix

tutorial/using_gpu documentation fixes
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论