add unpool doc

This commit is contained in:
Dun Liang 2021-07-05 10:58:01 +08:00
parent 95d85f29ef
commit f00ffa3861
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jittor.nn
.. automodule:: jittor.nn
:imported-members:
:members: Pool, pool, AdaptiveAvgPool2d
:members: Pool, pool, AdaptiveAvgPool2d, Pool3d, AdaptiveMaxPool2d, AdaptiveAvgPool3d, AdaptiveMaxPool2d, pool3d, AvgPool2d, AvgPool3d, avg_pool2d, MaxPool2d, MaxPool3d, max_pool2d, max_pool3d, MaxUnpool2d, MaxUnpool3d
:undoc-members:
.. autoclass:: jittor.nn.ReLU