提交 474a1c25 authored 作者: James Bergstra's avatar James Bergstra

Added sandbox to library documentation.

This is not 'sandbox documentation' as in docs that are no good - this is good documentation for code that is in the sandbox.
上级 aec5e37f
......@@ -20,6 +20,7 @@ Types and Ops that you can use to build and compile expression graphs.
scalar/index
gof/index
scan
sandbox/index
There are also some top-level imports that you might find more convenient:
......
.. _libdoc_sandbox_cuda:
===========================================
:mod:`sandbox.cuda` -- The CUDA GPU backend
===========================================
.. module:: sandbox.cuda
:platform: Unix, Windows
:synopsis: Code for GPU programming
.. moduleauthor:: LISA
.. toctree::
:maxdepth: 1
var
type
.. ../../../../theano/sandbox/cuda/type.py
.. ../../../../theano/sandbox/cuda/var.py
.. ../../../../theano/sandbox/cuda/
.. _libdoc_cuda_type:
======================================================================
:mod:`sandbox.cuda.type` -- The Type object for Cuda-allocated arrays
======================================================================
.. module:: sandbox.cuda.type
:platform: Unix, Windows
:synopsis: The Type object for CUDA-allocated arrays
.. moduleauthor:: LISA
API
===
.. ../../../../theano/sandbox/cuda/type.py
.. ../../../../theano/sandbox/cuda/var.py
.. ../../../../theano/sandbox/cuda/
.. _libdoc_cuda_var:
===================================================================
:mod:`sandbox.cuda.var` -- The Variables for Cuda-allocated arrays
===================================================================
.. module:: sandbox.cuda.var
:platform: Unix, Windows
:synopsis: The Variables object for CUDA-allocated arrays
.. moduleauthor:: LISA
API
===
.. autoclass:: theano.sandbox.cuda.var.CudaNdarraySharedVariable
:members: get_value, set_value
.. _libdoc_sandbox:
==============================================================
:mod:`sandbox` -- Experimental Code
==============================================================
.. module:: sandbox
:platform: Unix, Windows
:synopsis: Experimental code
.. moduleauthor:: LISA
.. toctree::
:maxdepth: 1
cuda/index
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论