Skip to content

Conversation

@bumbosiepsak
Copy link
Contributor

Adding tests from CVS-172238 reproduction on top of @evkotov PR, which fixes a duplicate (#32608 / CVS-168811)

@bumbosiepsak bumbosiepsak requested a review from a team as a code owner October 31, 2025 13:03
@github-actions github-actions bot added the category: ONNX FE OpenVINO ONNX FrontEnd label Oct 31, 2025
@bumbosiepsak bumbosiepsak requested a review from evkotov October 31, 2025 13:12
@bumbosiepsak bumbosiepsak force-pushed the CVS-172238_convtranspose_wrong_shape_evgeny branch 2 times, most recently from 80ef04b to 50f4a5b Compare November 6, 2025 14:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds test coverage for the ConvTranspose operation bug fix (CVS-172238) on top of an existing PR that resolves a duplicate issue. The test validates that ConvTranspose produces correctly shaped output tensors.

Key Changes:

  • Added regression test for ConvTranspose operation with specific input/output shapes
  • Added ONNX model definition for the test case

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/frontends/onnx/tests/onnx_import.in.cpp Added test case onnx_conv_transpose to verify ConvTranspose output shape correctness
src/frontends/onnx/tests/models/conv_transpose_1x3x8x8.prototxt Added ONNX model definition for ConvTranspose test with 1x3x8x8 input shape

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Adding test model from the original bug report
- Adding a C++ test expecting behaviour coherent with onnxruntime
@bumbosiepsak bumbosiepsak force-pushed the CVS-172238_convtranspose_wrong_shape_evgeny branch from 50f4a5b to 75b43ef Compare November 12, 2025 14:39
@bumbosiepsak bumbosiepsak added this pull request to the merge queue Nov 12, 2025
Merged via the queue into openvinotoolkit:master with commit a1cb504 Nov 12, 2025
203 checks passed
@bumbosiepsak bumbosiepsak deleted the CVS-172238_convtranspose_wrong_shape_evgeny branch November 12, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: ONNX FE OpenVINO ONNX FrontEnd

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants