You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
626 B
47 lines
626 B
8 years ago
|
=======
|
||
|
Pooling
|
||
|
=======
|
||
|
|
||
|
BasePool
|
||
|
========
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: BasePool
|
||
|
:noindex:
|
||
|
|
||
|
Avg
|
||
|
===
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: Avg
|
||
|
:noindex:
|
||
|
|
||
|
Max
|
||
|
===
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: Max
|
||
|
:noindex:
|
||
|
|
||
|
Sum
|
||
|
===
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: Sum
|
||
|
:noindex:
|
||
|
|
||
|
SquareRootN
|
||
|
===========
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: SquareRootN
|
||
|
:noindex:
|
||
|
|
||
|
CudnnAvg
|
||
|
========
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: CudnnAvg
|
||
|
:noindex:
|
||
|
|
||
|
CudnnMax
|
||
|
========
|
||
|
.. automodule:: paddle.v2.pooling
|
||
|
:members: CudnnMax
|
||
|
:noindex:
|
||
|
|