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

[Op] ISTFT op class, shape infer and reference #28606

Merged
merged 49 commits into from
Feb 5, 2025

Conversation

mitruska
Copy link
Contributor

@mitruska mitruska commented Jan 22, 2025

Details:

  • ISTFT op class and
  • ISTFT shape inference (tested by type_prop, CPU registration and CPU shape infer tba with CPU enablement PR)
  • ISTFT reference implementation

Tickets:

  • 159379, 159380

Related PRs:

@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: CPP API OpenVINO CPP API bindings labels Jan 22, 2025
@github-actions github-actions bot added the category: TEMPLATE OpenVINO Template plugin label Jan 24, 2025
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Jan 28, 2025
@github-actions github-actions bot added the category: IE Tests OpenVINO Test: plugins and common label Jan 29, 2025
@github-actions github-actions bot removed the category: PyTorch FE OpenVINO PyTorch Frontend label Jan 30, 2025
@mitruska mitruska changed the title [WIP][Op] ISTFT op class and shape inference [Op] ISTFT op class, shape infer and reference Jan 30, 2025
@mitruska mitruska marked this pull request as ready for review January 30, 2025 07:55
@mitruska mitruska requested review from a team as code owners January 30, 2025 07:55
src/core/include/openvino/op/istft.hpp Outdated Show resolved Hide resolved
src/core/include/openvino/op/istft.hpp Outdated Show resolved Hide resolved
src/core/include/openvino/op/istft.hpp Show resolved Hide resolved
src/core/reference/src/op/istft.cpp Outdated Show resolved Hide resolved
src/core/reference/src/op/istft.cpp Outdated Show resolved Hide resolved
src/core/tests/visitors/op/istft.cpp Outdated Show resolved Hide resolved
src/plugins/template/backend/ops/istft.cpp Show resolved Hide resolved
src/core/shape_inference/include/istft_shape_inference.hpp Outdated Show resolved Hide resolved
src/core/src/op/istft.cpp Outdated Show resolved Hide resolved
src/core/reference/src/op/istft.cpp Outdated Show resolved Hide resolved
@mitruska mitruska requested a review from praasz February 5, 2025 08:18
src/core/reference/src/op/istft.cpp Outdated Show resolved Hide resolved
src/core/reference/src/op/istft.cpp Show resolved Hide resolved
@mitruska mitruska enabled auto-merge February 5, 2025 14:47
@mitruska mitruska added this pull request to the merge queue Feb 5, 2025
Merged via the queue into openvinotoolkit:master with commit e4611ea Feb 5, 2025
185 checks passed
@mitruska mitruska deleted the mitruska/istft_op_class branch February 5, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: CPP API OpenVINO CPP API bindings category: IE Tests OpenVINO Test: plugins and common category: TEMPLATE OpenVINO Template plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants