提交 c5606b29 authored 作者: notoraptor's avatar notoraptor

Update label in doc.

上级 5b5faefa
...@@ -76,7 +76,7 @@ attribute :attr:`params_type` to an instance of your params Type. ...@@ -76,7 +76,7 @@ attribute :attr:`params_type` to an instance of your params Type.
If you want to have multiple parameters, Theano provides the convenient class If you want to have multiple parameters, Theano provides the convenient class
:class:`theano.gof.params_type.ParamsType` that allows to bundle many parameters into :class:`theano.gof.params_type.ParamsType` that allows to bundle many parameters into
one object that will be available in both Python (as a Python object) and C code (as a struct). one object that will be available in both Python (as a Python object) and C code (as a struct).
See :ref:`ParamsType tutorial and API documentation <libdoc_gof_wrapper>` for more infos. See :ref:`ParamsType tutorial and API documentation <libdoc_gof_params_type>` for more infos.
For example if we decide to use an int as the params the following For example if we decide to use an int as the params the following
would be appropriate: would be appropriate:
......
.. _libdoc_gof_wrapper: .. _libdoc_gof_params_type:
============================================================ ============================================================
:mod:`theano.gof.params_type` -- Wrapper class for op params :mod:`theano.gof.params_type` -- Wrapper class for op params
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论