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

docs

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