Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adaptive_avg_pool1d #16665

Closed
baberabb opened this issue Jun 13, 2023 · 0 comments · Fixed by #16667
Closed

adaptive_avg_pool1d #16665

baberabb opened this issue Jun 13, 2023 · 0 comments · Fixed by #16667
Labels
Sub Task a sub task which is stemming from a ToDo list issue

Comments

@baberabb
Copy link
Contributor

No description provided.

@baberabb baberabb added the Sub Task a sub task which is stemming from a ToDo list issue label Jun 13, 2023
baberabb added a commit to baberabb/ivy that referenced this issue Jun 13, 2023
Mostly followed the implementation of AdaptiveAvgPool2d so was pretty simple. Had to add @inputs_to_ivy_arrays decorator to ivy.experimental.adaptive_avg_pool1d to sort out some type promotion issues.

Also fixed some formatting errors in stateful.layers file discovered by the pre-commit hook. (4 lines too long, wouldn't let me commit).
DragosStoican pushed a commit that referenced this issue Jun 17, 2023
Mostly followed the implementation of AdaptiveAvgPool2d so was pretty simple. Had to add @inputs_to_ivy_arrays decorator to ivy.experimental.adaptive_avg_pool1d to sort out some type promotion issues.

Also fixed some formatting errors in stateful.layers file discovered by the pre-commit hook. (4 lines too long, wouldn't let me commit).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sub Task a sub task which is stemming from a ToDo list issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant