mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
dnn(IE): use HAVE_DNN_IE_NN_BUILDER_2019 for NN Builder API code
- CMake option: OPENCV_DNN_IE_NN_BUILDER_2019
This commit is contained in:
committed by
Alexander Alekhin
parent
db5f1c3554
commit
29d214474f
@@ -62,6 +62,8 @@ static std::vector<std::string>& getTestTagsSkipList()
|
||||
|
||||
void registerGlobalSkipTag(const std::string& skipTag)
|
||||
{
|
||||
if (skipTag.empty())
|
||||
return; // do nothing
|
||||
std::vector<std::string>& skipTags = getTestTagsSkipList();
|
||||
for (size_t i = 0; i < skipTags.size(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user