Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix][STFT] OPENVINO_OP macro for STFT with opset15 (openvinotoolkit#…
…27386) ### Details: - Fix OPENVINO_OP macro for STFT with opset15 (without that it is registered and serialized with version="extension" by default, and can't be deserialized) - It follows all of the other ops OPENVINO_OP macro, the "opset15" has been missed for STFT Example: https://github.com/openvinotoolkit/openvino/blob/4d8ff86bd2e853b84a28acd2ece1836d28523f9e/src/core/include/openvino/op/slice_scatter.hpp#L17 ### Tickets: - 156667
- Loading branch information