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

[CPU][ARM] Pooling: support i32 indices output and NHWC indices layout #28626

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alvoron
Copy link
Contributor

@alvoron alvoron commented Jan 23, 2025

Details:

  • Allow both u32 and i32 as the 2nd Pooling output (indices) data type since this output may contain only positive values (according to OpenVINO operation specifications)
  • Support NHWC layout in the 2nd Pooling output (indices)

Tickets:

@alvoron alvoron added the platform: arm OpenVINO on ARM / ARM64 label Jan 23, 2025
@alvoron alvoron requested review from a team as code owners January 23, 2025 08:38
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin platform: arm OpenVINO on ARM / ARM64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants