Skip to content

Commit

Permalink
🤖 Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-branch committed Oct 24, 2023
1 parent 3c90970 commit c3e4ad5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ivy/data_classes/array/experimental/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ def adaptive_max_pool1d(
"""
Apply a 1D adaptive maximum pooling over an input signal composed of several
input planes.
Parameters
----------
self
Expand Down
2 changes: 2 additions & 0 deletions ivy/data_classes/container/experimental/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2869,6 +2869,7 @@ def static_adaptive_max_pool1d(
ivy.Container static method variant of ivy.adaptive_max_pool1d. This method
simply wraps the function, and so the docstring for ivy.adaptive_max_pool1d also
applies to this method with minimal changes.
Parameters
----------
input
Expand Down Expand Up @@ -2904,6 +2905,7 @@ def adaptive_max_pool1d(
"""
Apply a 1D adaptive maximum pooling over an input signal composed of several
input planes.
Parameters
----------
self
Expand Down
1 change: 1 addition & 0 deletions ivy/functional/ivy/experimental/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3232,6 +3232,7 @@ def adaptive_max_pool1d(
"""
Apply a 1D adaptive maximum pooling over an input signal composed of several input
planes.
Parameters
----------
input
Expand Down

0 comments on commit c3e4ad5

Please sign in to comment.