提交 a64bfb51 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Rewrote the links to the documentation of Theano classes

上级 46f84e46
...@@ -254,8 +254,7 @@ along with pointers to the relevant documentation. ...@@ -254,8 +254,7 @@ along with pointers to the relevant documentation.
array containing elements that all have the same type. Variables of array containing elements that all have the same type. Variables of
this Theano type are representedin C as objects of class this Theano type are representedin C as objects of class
`PyArrayObject <http://docs.scipy.org/doc/numpy/reference/c-api.types-and-structures.html#PyArrayObject>`_. `PyArrayObject <http://docs.scipy.org/doc/numpy/reference/c-api.types-and-structures.html#PyArrayObject>`_.
The documentation for TensorType can be found The :class:`TensorType documentation <tensor.TensorType>`.
:class:`here <tensor.TensorType>`.
* TypedList : Theano type that represents a typed list (a list where * TypedList : Theano type that represents a typed list (a list where
every element in the list has the same Theano type). Variables of this every element in the list has the same Theano type). Variables of this
...@@ -279,10 +278,9 @@ along with pointers to the relevant documentation. ...@@ -279,10 +278,9 @@ along with pointers to the relevant documentation.
Variables of this Theano type are represented in C as objects of class Variables of this Theano type are represented in C as objects of class
`PyObject `PyObject
<https://docs.python.org/2/c-api/structures.html#c.PyObject>`_. The <https://docs.python.org/2/c-api/structures.html#c.PyObject>`_. The
documentation for Generic can be found :class:`Generic documentation <theano.gof.type.Generic>`.
:class:`here <theano.gof.type.Generic>`.
* CDataType : Theano type that represents a C data type. The C type * CDataType : Theano type that represents a C data type. The C type
associated with this Theano type depends on the data being associated with this Theano type depends on the data being
represented.The documentation for CDataType can be found represented.The :class:`CDataType documentation
:class:`here <theano.gof.type.CDataType>`. <theano.gof.type.CDataType>`.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论