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

[STFT][CPU] Add STFT op to CPU and enable by ref #27137

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    41185fd View commit details
    Browse the repository at this point in the history
  2. Enable ref tests for cpu

    mitruska committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7c56896 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. STFT impl with RDFT executor

    mitruska committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    843a6b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. CPU Layer tests

    mitruska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9465aea View commit details
    Browse the repository at this point in the history
  2. STFT CPU init

    mitruska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    17217e2 View commit details
    Browse the repository at this point in the history
  3. Use reference impl

    mitruska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    62bcb74 View commit details
    Browse the repository at this point in the history
  4. Enable dynamism for CPU STFT

    mitruska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    27e10c4 View commit details
    Browse the repository at this point in the history
  5. STFT shape infer tests

    mitruska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    61dd872 View commit details
    Browse the repository at this point in the history
  6. Redundant header clean up

    mitruska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fdfe911 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46a761d View commit details
    Browse the repository at this point in the history