-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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] Add MaxPool-14
and AvgPool-14
#23582
Conversation
src/plugins/intel_cpu/tests/unit/shape_inference_test/avg_pool_shape_inference_test.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/unit/shape_inference_test/avg_pool_shape_inference_test.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/unit/shape_inference_test/max_pool_shape_inference_test.cpp
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/unit/shape_inference_test/max_pool_shape_inference_test.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/common/pooling.cpp
Show resolved
Hide resolved
@nshchego please take a look as well |
Test cases have been added asserting that there's no fallback to ref in these cases. |
Evaluate has been removed from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CPU part looks good to me
### Details: - Added `AvgPool-14` and `MaxPool-14` to CPU plugin - Added shape inference tests - Added layer tests for `MaxPool-14` and `AvgPool-14` - Refactored shape inference tests to avoid code duplication ### Tickets: - CVS-136259 ### Related PRs - openvinotoolkit#22930 - openvinotoolkit#22796 - openvinotoolkit#23381 - openvinotoolkit#22966 --------- Co-authored-by: Michal Lukaszewski <[email protected]>
Details:
AvgPool-14
andMaxPool-14
to CPU pluginMaxPool-14
andAvgPool-14
Tickets:
Related PRs
CEIL_TORCH
#22930AvgPool-14
andMaxPool-14
#23381