forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maxpool revise (openvinotoolkit#3397)
* create MaxPoolLayer test * Create single layer tests for MaxPool for cpu plugin * create max_pool_2d_ceil unit test * Update MaxPool spec * add comments describing AUTO and NOTSET types * create unit test for MaxPool * add type_prop test for default values * add MaxPool unit tests to CMakeList * Remove second constructor and change the first one so it has default values for rounding_type and auto_pad * style-apply * Update the spec * add max pool single layer test instances for different pad type * add 5D input max pool single layer test instance for cpu plugin * Remove max pool single layer tests files * add more test instances for max pool single layer tests for cpu plugin * add newline characters
- Loading branch information
Showing
8 changed files
with
343 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.