forked from jittor/jittor
add unpool doc
This commit is contained in:
parent
95d85f29ef
commit
f00ffa3861
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue