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(frontends): Implement rfft in PaddlePaddle frontend and fix fft for Tensorflow backend #19454

Merged
merged 12 commits into from
Sep 28, 2023

Commits on Aug 26, 2023

  1. removed commented code

    AwkNinja committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e53b927 View commit details
    Browse the repository at this point in the history
  2. added the case so n can also be None and refined the dtype and ax…

    …is setup to accommodate valid data types, adjustable axis
    AwkNinja committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0d47ad8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    26682a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Fix lint

    AwkNinja authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0fea2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6fd06 View commit details
    Browse the repository at this point in the history
  3. fix lint

    AwkNinja committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4c30bc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    446c660 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    a9fcd15 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    d037ad5 View commit details
    Browse the repository at this point in the history
  2. added safety factor for numpy tests as they were failing sometimes …

    …due to slight value differences, added conversion from `float` to `complex` as `tensorflow` backend for `fft` doesn't support `float`
    AwkNinja committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    463b0af View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    13ba7f2 View commit details
    Browse the repository at this point in the history
  2. updated safety factor

    AwkNinja committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9abd870 View commit details
    Browse the repository at this point in the history