Skip to content

Commit 2600481

Browse files
author
Beat Buesser
committed
Update docs
Signed-off-by: Beat Buesser <[email protected]>
1 parent c2a5c28 commit 2600481

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/modules/preprocessing/audio.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ L-Filter
66
--------
77
.. autoclass:: LFilter
88
:members:
9+
:special-members:
910

1011
LFilter - PyTorch
1112
-----------------
1213
.. autoclass:: LFilterPyTorch
1314
:members:
15+
:special-members:

docs/modules/preprocessing/expectation_over_transformation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ EOT Image Rotation - TensorFlow V2
66
----------------------------------
77
.. autoclass:: EOTImageRotationTensorFlowV2
88
:members:
9+
:special-members:

docs/modules/preprocessing/standardisation_mean_std.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ Standardisation Mean and Std
66
----------------------------
77
.. autoclass:: StandardisationMeanStd
88
:members:
9+
:special-members:
910

1011
Standardisation Mean and Std - PyTorch
1112
--------------------------------------
1213
.. autoclass:: StandardisationMeanStdPyTorch
1314
:members:
15+
:special-members:
1416

1517
Standardisation Mean and Std - TensorFlow V2
1618
--------------------------------------------
1719
.. autoclass:: StandardisationMeanStdTensorFlowV2
1820
:members:
21+
:special-members:

0 commit comments

Comments
 (0)