forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Refactor: roi_pooling, matrix_nms, multiclass_nms, proposal, nm…
…s_rotated (openvinotoolkit#22199) * add roi_pooling * add matrix_nms * multicaass_nms * add proposal, all skipped * add nms_rotated * fix after review * add multinomial * change model type * add custom compare for matrix_nms * add roi_pooling * add matrix_nms * multicaass_nms * add proposal, all skipped * add nms_rotated * fix after review * add multinomial * change model type * add custom compare for matrix_nms * add custom compare for matrix_nms * custom compare for multiclass_nms * edit abs_threshold for gpu fp16 * add custom compare for nms_rotated * Revert "add multinomial" This reverts commit 971f7e9. * move custom compare into multiclass_nms.cpp * rm check target device == GPU multiclass_nms.cpp * reset shared_test_classes multinomial to master * rm changes in multinomial * add device check into nms_rotated compare * refactor nms_rotated * restore nms_rotated.cpp * add matrix_nms * refactored matrix_nms * refactor roi_pooling * update matrix_nms * rm headers in matrix_nms.cpp * rm m_outStaticShape * fix after review
- Loading branch information
Showing
5 changed files
with
1,129 additions
and
124 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
Oops, something went wrong.