We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aa9b2 commit b6f55edCopy full SHA for b6f55ed
docs/source/ops.rst
@@ -11,7 +11,15 @@ torchvision.ops
11
12
.. autofunction:: nms
13
.. autofunction:: roi_align
14
+.. autofunction:: ps_roi_align
15
.. autofunction:: roi_pool
16
+.. autofunction:: ps_roi_pool
17
+.. autofunction:: deform_conv2d
18
19
.. autoclass:: RoIAlign
20
+.. autoclass:: PSRoIAlign
21
.. autoclass:: RoIPool
22
+.. autoclass:: PSRoIPool
23
+.. autoclass:: DeformConv2d
24
+.. autoclass:: MultiScaleRoIAlign
25
+.. autoclass:: FeaturePyramidNetwork
0 commit comments