Commit aad3b4ba authored by Vishwak Srinivasan's avatar Vishwak Srinivasan Committed by Francisco Massa
Browse files

Transforms Documentation changes (#464)

* Add LinearTransformation to docs
- Arrange the transforms alphabetically

* Add missing transforms to docs
parent 4e6faa75
...@@ -10,37 +10,45 @@ Transforms are common image transforms. They can be chained together using :clas ...@@ -10,37 +10,45 @@ Transforms are common image transforms. They can be chained together using :clas
Transforms on PIL Image Transforms on PIL Image
----------------------- -----------------------
.. autoclass:: Resize .. autoclass:: CenterCrop
.. autoclass:: Scale .. autoclass:: ColorJitter
.. autoclass:: CenterCrop .. autoclass:: FiveCrop
.. autoclass:: RandomCrop .. autoclass:: Grayscale
.. autoclass:: RandomHorizontalFlip .. autoclass:: LinearTransformation
.. autoclass:: RandomVerticalFlip .. autoclass:: Pad
.. autoclass:: RandomResizedCrop .. autoclass:: RandomAffine
.. autoclass:: RandomSizedCrop .. autoclass:: RandomApply
.. autoclass:: Grayscale .. autoclass:: RandomChoice
.. autoclass:: RandomGrayscale .. autoclass:: RandomCrop
.. autoclass:: FiveCrop .. autoclass:: RandomGrayscale
.. autoclass:: TenCrop .. autoclass:: RandomHorizontalFlip
.. autoclass:: Pad .. autoclass:: RandomOrder
.. autoclass:: ColorJitter .. autoclass:: RandomResizedCrop
.. autoclass:: RandomRotation .. autoclass:: RandomRotation
.. autoclass:: RandomAffine .. autoclass:: RandomSizedCrop
.. autoclass:: RandomVerticalFlip
.. autoclass:: Resize
.. autoclass:: Scale
.. autoclass:: TenCrop
Transforms on torch.\*Tensor Transforms on torch.\*Tensor
---------------------------- ----------------------------
...@@ -53,11 +61,11 @@ Transforms on torch.\*Tensor ...@@ -53,11 +61,11 @@ Transforms on torch.\*Tensor
Conversion Transforms Conversion Transforms
--------------------- ---------------------
.. autoclass:: ToTensor .. autoclass:: ToPILImage
:members: __call__ :members: __call__
:special-members: :special-members:
.. autoclass:: ToPILImage .. autoclass:: ToTensor
:members: __call__ :members: __call__
:special-members: :special-members:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment