Skip to content

[ONNX FE] Added com.microsoft.GroupNorm support and tests.#33968

Open
nproshun wants to merge 6 commits intoopenvinotoolkit:masterfrom
nproshun:add_microsoft_group_norm
Open

[ONNX FE] Added com.microsoft.GroupNorm support and tests.#33968
nproshun wants to merge 6 commits intoopenvinotoolkit:masterfrom
nproshun:add_microsoft_group_norm

Conversation

@nproshun
Copy link
Contributor

@nproshun nproshun commented Feb 4, 2026

Details:

  • Added support for com.microsoft.GroupNorm op in onnx frontend
  • Added 3 tests: standard mode, with SiLU(Swish) activation, channels_last mode

Tickets:

@nproshun nproshun requested a review from a team as a code owner February 4, 2026 11:34
@github-actions github-actions bot added the category: ONNX FE OpenVINO ONNX FrontEnd label Feb 4, 2026
@sys-openvino-ci sys-openvino-ci added the ExternalIntelPR External contributor from Intel label Feb 4, 2026
@mvafin mvafin requested a review from Copilot February 4, 2026 12:06
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 support for the com.microsoft.GroupNorm operator in the ONNX frontend, enabling the conversion and execution of models using this Microsoft-specific operation.

Changes:

  • Implemented GroupNorm operator conversion handling activation (SiLU/Swish) and channels_last mode
  • Added three test cases covering standard mode, SiLU activation, and channels_last layout
  • Created corresponding ONNX model protobuf definitions for test scenarios

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/frontends/onnx/frontend/src/op/com.microsoft/group_norm.cpp Implements the GroupNorm operator conversion with support for activation and layout transformations
src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp Adds three test cases validating GroupNorm functionality in different configurations
src/frontends/onnx/tests/models/com.microsoft/group_norm.prototxt Defines ONNX model for standard GroupNorm test
src/frontends/onnx/tests/models/com.microsoft/group_norm_silu.prototxt Defines ONNX model for GroupNorm with SiLU activation test
src/frontends/onnx/tests/models/com.microsoft/group_norm_channels_last.prototxt Defines ONNX model for GroupNorm in channels_last layout test

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

@nproshun nproshun requested a review from Copilot February 4, 2026 12:14
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

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


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

Copy link
Contributor

@mvafin mvafin left a comment

Choose a reason for hiding this comment

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

Looks good. Please fix code style

@nproshun
Copy link
Contributor Author

nproshun commented Feb 4, 2026

Looks good. Please fix code style

@mvafin Done, thanks! Please re-run CI

@nproshun nproshun requested a review from a team as a code owner February 6, 2026 09:45
@nproshun nproshun requested review from zKulesza and removed request for a team February 6, 2026 09:45
@github-actions github-actions bot added the category: docs OpenVINO documentation label Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: docs OpenVINO documentation category: ONNX FE OpenVINO ONNX FrontEnd ExternalIntelPR External contributor from Intel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants