提交 edc19a40 authored 作者: James Bergstra's avatar James Bergstra

docs

上级 ebe7a2e8
...@@ -5,6 +5,17 @@ ...@@ -5,6 +5,17 @@
:mod:`function` - defines theano.function :mod:`function` - defines theano.function
=========================================== ===========================================
.. module:: function
:platform: Unix, Windows
:synopsis: defines theano.function and related classes
.. moduleauthor:: LISA
Guide
=====
Reference
=========
.. class:: Param .. class:: Param
.. class:: In .. class:: In
......
...@@ -19,3 +19,4 @@ ...@@ -19,3 +19,4 @@
profilemode profilemode
...@@ -22,7 +22,15 @@ This documentation covers Theano module-wise. ...@@ -22,7 +22,15 @@ This documentation covers Theano module-wise.
There are also some top-level imports that you might find more convenient: There are also some top-level imports that you might find more convenient:
* **theano.function** - :func:`compile.function.function` .. describe:: function
* **theano.Param** - :class:`compile.function.Param`
* **theano.dot** - works like :func:`tensor.dot` for both sparse and dense matrix products Alias for :func:`function.function`
.. describe:: Param
Alias for :class:`function.Param`
.. function:: dot(x, y)
Works like :func:`tensor.dot` for both sparse and dense matrix products
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
.. _libdoc_tensor_type: .. _libdoc_tensor_type:
TensorType TensorType
========== ==========
...@@ -16,7 +15,6 @@ TensorType ...@@ -16,7 +15,6 @@ TensorType
.. _libdoc_tensor_creation: .. _libdoc_tensor_creation:
Creation Creation
======== ========
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论