opencv/modules/gapi/src
Orest Chura d17ab271e8
Merge pull request #17668 from OrestChura:oc/giebackend_migration_to_core
GAPI: Migration to IE Core API

* Migration to IE Core API
 - both versions are maintained
 - checked building with all the OpenVINO versions (2019.R1, R2, R3, 2020.4 (newest))

* commit to awake builders

* Addressing comments
 - migrated to Core API in 'gapi_ie_infer_test.cpp'
 - made Core a singleton object
 - dropped redundant steps

* Addressing comments
 - modified Mutex locking

* Update

* Addressing comments
 - remove getInitMutex()
 - reduce amount of #ifdef by abstracting into functions

* return to single IE::Core

* Divide functions readNet and loadNet to avoid warnings on GCC

* Fix deprecated code warnings

* Fix deprecated code warnings on CMake level

* Functions wrapped
 - All the functions depended on IE version wrapped into a cv::gapi::ie::wrap namesapace
 - All this contained to a new "giebackend/gieapi.hpp" header
 - The header shared with G-API infer tests to avoid code duplications

* Addressing comments
 - Renamed `gieapi.hpp` -> `giewrapper.hpp`, `cv::gapi::ie::wrap` -> `cv::gimpl::ie::wrap`
 - Created new `giewrapper.cpp` source file to avoid potential "multiple definition" problems
 - removed unnecessary step SetLayout() in tests

* Enabling two NN infer teest

* Two-NN infer test change for CI
 - deleted additional network
 - inference of two identical NN used instead

* Fix CI fileNotFound

* Disable MYRIAD test not to fail Custom CI runs
2020-07-16 18:33:35 +00:00
..
api Merge pull request #17694 from dbudniko:dbudniko/serialization_args2 2020-07-13 19:24:46 +00:00
backends Merge pull request #17668 from OrestChura:oc/giebackend_migration_to_core 2020-07-16 18:33:35 +00:00
compiler Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
executor Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
logger.hpp GAPI: GAPI_LOG_DEBUG facility 2020-07-15 01:31:25 +03:00
precomp.hpp Merge pull request #15216 from dmatveev:dm/ng-0010-g-api-streaming-api 2019-10-18 19:29:58 +03:00