Fixed removing is_parameter, is_constant, is_output#17888
Fixed removing is_parameter, is_constant, is_output#17888opencv-pushbot merged 1 commit intoopencv:masterfrom
Conversation
|
@dkurt Please take a look! !!! This PR should be merged at the same moment with openvinotoolkit/openvino#1324 |
In general, this doesn't work in that way. Right process of public API change is below:
|
@alalek Does it means that I should split my PR on OpenVINO side on two parts, add new methods after that merge this PR to OpenCV and only after that remove these methods in the OpenVINO? I thought that I can use product config to validate these changes. |
|
Yes. OV product config is for testing/validation only. It can't help with merge. |
|
Ok, I will revert removed methods in order to merge this PR. !!! This pr can be merged only after this PR: openvinotoolkit/openvino#1324 |
abb7ddc to
aaf65bb
Compare
|
Tested with IE master branch (openvinotoolkit/openvino@f7d6711) - works |
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.