提交 fe9f697d authored 作者: Frederic Bastien's avatar Frederic Bastien

Doc the new pool module

上级 63990436
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
.. seealso:: :func:`theano.tensor.nnet.neighbours.images2neibs` .. seealso:: :func:`theano.tensor.nnet.neighbours.images2neibs`
.. autofunction:: theano.tensor.signal.downsample.max_pool_2d
.. autofunction:: theano.tensor.signal.downsample.max_pool_2d_same_size
.. function:: fft(*todo) .. function:: fft(*todo)
[James has some code for this, but hasn't gotten it into the source tree yet.] [James has some code for this, but hasn't gotten it into the source tree yet.]
......
...@@ -21,3 +21,4 @@ forms of signal processing. ...@@ -21,3 +21,4 @@ forms of signal processing.
conv conv
downsample downsample
pool
.. _libdoc_tensor_signal_pool:
======================================================
:mod:`pool` -- Down-Sampling
======================================================
.. module:: pool
:platform: Unix, Windows
:synopsis: ops for performing various forms of downsampling
.. moduleauthor:: LISA
.. seealso:: :func:`theano.tensor.nnet.neighbours.images2neibs`
.. autofunction:: theano.tensor.signal.pool.pool_2d
.. autofunction:: theano.tensor.signal.pool.max_pool_2d_same_size
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论