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

feat(Paddle Frontend-API): (max_pool1d) #26389

Closed
wants to merge 2 commits into from
Closed

feat(Paddle Frontend-API): (max_pool1d) #26389

wants to merge 2 commits into from

Conversation

mozayed007
Copy link

@mozayed007 mozayed007 commented Oct 1, 2023

PR Description

Implementaiton of max_pool1d( ) for paddle frontend API pooling funcitons.

Related Issue

Close #26385

Checklist

  • Did you add a function?
    paddle.nn.functional.max_pool1d
  • Did you add the tests?
    test_paddle_max_pool1d
  • Did you run your tests and are your tests passing?
    5 passed, 28 warnings in 19.24s
  • Did pre-commit not fail on any check?
    yes.
  • Did you follow the steps we provided?
    yes.

Socials

twitter/LinkedIn profile/handle : MoZayed007

@ivy-leaves ivy-leaves added the Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist label Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

max_pool1d
4 participants