• A
    Merge pull request #20918 from TolyaTalamanov:at/fix-empty-map-importNetwork · 2b2e515a
    Anatoliy Talamanov 提交于
    [G-API] Fix bugs in GIEBackend
    
    * Remove inputs/outputs map from IEUnit
    
    * Add test
    
    * Add NV12 test
    
    * Reorganize setBlob function
    
    * Check that backend don't overwrite blob precision
    
    * Stop setting config to global IE::Core
    
    * Replace mutable to const_cast
    
    * Update modules/gapi/test/infer/gapi_infer_ie_test.cpp
    
    * Update modules/gapi/test/infer/gapi_infer_ie_test.cpp
    
    * Make blob parameter as const ref
    
    * Cosmetic fixes
    
    * Fix failed test on inferROI
    
    * Removed double ref for ii
    
    * Disable tests
    
    * Skip tests if device not available
    
    * Use Sync prim under shared_ptr to avoid issue on MAC
    
    * Apply WA for IE::Core
    
    * Apply WA for MAC build
    
    * Try to apply another WA
    
    * Not release IE::Core for apple
    
    * Put comment
    
    * Support PreprocInfo for
    
    * InferROI
    * InferList
    * InferList2
    
    * Remove empty line
    
    * Fix alignment
    Co-authored-by: NMaxim Pashchenkov <maxim.pashchenkov@intel.com>
    2b2e515a
giebackend.cpp 60.9 KB