forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[STFT][Op][Ref] Extend STFT op and ref to support 1D signal input (op…
…envinotoolkit#27274) ### Details: - Extend STFT op and ref to support 1D signal input (including CPU, as currently it uses ref impl) - Less code is needed to support such case natively than subgraph for proper Squeeze/Unsqueeze logic - For 1D signal enablement minor changes in shape_infer and ref impl have been added (all of the other updated files are tests): * src/core/reference/src/op/stft.cpp * src/core/shape_inference/include/stft_shape_inference.hpp - Xfail for 1D stft case for PT FE has been removed, the test passed --------------------------------- PR for spec update will be provided separately (in progress). ### Tickets: - 155996
- Loading branch information
Showing
7 changed files
with
104 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters