CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 11:24:57 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/opencv/opencv.git
etag: W/"e14c95cb8badfc383f08c2f2065d46f5"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=YSVMKXd%2BXs6sK53rQ%2BIjQbgIYeGH9b4zwyYsy%2BQNwvhDAv1sh2rJHVwJau%2BCypEEhhW4Ick0KmYpM8D8lAb5XJnCBZXmryLEMFGFECMNlfOivxvl3tetd%2FENTuwmylxEIwSROTFRfMdpo8rH5S0ARpD2JuKkeYlVq4I5ToZzMQEjmPjjKU%2FAWDuIJGGClptSXFp4Y2Byk%2FW5nx012vaPgIU5hcgaMB%2B9TaCb1hSQJ1E06bKQKhC1MtXI8uCzSksh33FNS115mLvIoixRsWlfaw%3D%3D--lV%2FMK1J64Kvn4AcJ--Sc3TeA2E85zMNm4yokXXjg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1842356186.1753183496; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 11:24:56 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 11:24:56 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8F5A:20052A:696528:755761:687F7508
Merge pull request #20918 from TolyaTalamanov:at/fix-empty-map-import… · opencv/opencv@2b2e515 · GitHub
Copy file name to clipboardExpand all lines: modules/gapi/src/backends/ie/giebackend.cpp
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit 2b2e515
Merge pull request #20918 from TolyaTalamanov:at/fix-empty-map-importNetwork
[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: Maxim Pashchenkov <maxim.pashchenkov@intel.com>1 parent 394e640 commit 2b2e515Copy full SHA for 2b2e515
File tree
Expand file treeCollapse file tree
4 files changed
+794
-92
lines changedFilter options
- modules/gapi
- src/backends/ie
- giebackend
- test/infer
Expand file treeCollapse file tree
4 files changed
+794
-92
lines changedmodules/gapi/src/backends/ie/giebackend.cpp
Copy file name to clipboardExpand all lines: modules/gapi/src/backends/ie/giebackend.cpp+110-55Lines changed: 110 additions & 55 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
222 |
| - | |
223 | 221 |
| |
224 | 222 |
| |
225 | 223 |
| |
226 | 224 |
| |
227 | 225 |
| |
228 | 226 |
| |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
229 | 233 |
| |
230 | 234 |
| |
231 | 235 |
| |
| |||
238 | 242 |
| |
239 | 243 |
| |
240 | 244 |
| |
241 |
| - | |
242 |
| - | |
243 | 245 |
| |
244 | 246 |
| |
245 |
| - | |
246 | 247 |
| |
247 | 248 |
| |
248 | 249 |
| |
| |||
268 | 269 |
| |
269 | 270 |
| |
270 | 271 |
| |
271 |
| - | |
| 272 | + | |
272 | 273 |
| |
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 | 277 |
| |
277 | 278 |
| |
278 |
| - | |
| 279 | + | |
279 | 280 |
| |
280 | 281 |
| |
281 | 282 |
| |
| |||
290 | 291 |
| |
291 | 292 |
| |
292 | 293 |
| |
| 294 | + | |
| 295 | + | |
| 296 | + | |
293 | 297 |
| |
294 |
| - | |
295 |
| - | |
296 | 298 |
| |
297 |
| - | |
298 | 299 |
| |
299 | 300 |
| |
300 | 301 |
| |
| |||
540 | 541 |
| |
541 | 542 |
| |
542 | 543 |
| |
543 |
| - | |
544 |
| - | |
545 |
| - | |
546 |
| - | |
547 |
| - | |
548 |
| - | |
549 |
| - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
550 | 550 |
| |
551 | 551 |
| |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 |
| - | |
| 552 | + | |
| 553 | + | |
556 | 554 |
| |
557 | 555 |
| |
558 | 556 |
| |
| |||
822 | 820 |
| |
823 | 821 |
| |
824 | 822 |
| |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
825 | 840 |
| |
826 | 841 |
| |
827 | 842 |
| |
| |||
921 | 936 |
| |
922 | 937 |
| |
923 | 938 |
| |
924 |
| - | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
925 | 942 |
| |
926 | 943 |
| |
927 | 944 |
| |
928 |
| - | |
| 945 | + | |
929 | 946 |
| |
930 | 947 |
| |
931 | 948 |
| |
| |||
942 | 959 |
| |
943 | 960 |
| |
944 | 961 |
| |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
945 | 974 |
| |
946 | 975 |
| |
947 | 976 |
| |
| |||
950 | 979 |
| |
951 | 980 |
| |
952 | 981 |
| |
953 |
| - | |
954 |
| - | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
955 | 986 |
| |
956 |
| - | |
957 |
| - | |
| 987 | + | |
| 988 | + | |
958 | 989 |
| |
959 | 990 |
| |
960 | 991 |
| |
| |||
973 | 1004 |
| |
974 | 1005 |
| |
975 | 1006 |
| |
976 |
| - | |
977 |
| - | |
978 |
| - | |
979 |
| - | |
| 1007 | + | |
980 | 1008 |
| |
981 | 1009 |
| |
982 | 1010 |
| |
| |||
1008 | 1036 |
| |
1009 | 1037 |
| |
1010 | 1038 |
| |
| 1039 | + | |
| 1040 | + | |
1011 | 1041 |
| |
1012 | 1042 |
| |
1013 | 1043 |
| |
1014 | 1044 |
| |
1015 |
| - | |
1016 |
| - | |
1017 |
| - | |
| 1045 | + | |
1018 | 1046 |
| |
1019 | 1047 |
| |
1020 | 1048 |
| |
| |||
1028 | 1056 |
| |
1029 | 1057 |
| |
1030 | 1058 |
| |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
1031 | 1066 |
| |
1032 | 1067 |
| |
1033 | 1068 |
| |
| |||
1036 | 1071 |
| |
1037 | 1072 |
| |
1038 | 1073 |
| |
1039 |
| - | |
1040 |
| - | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
1041 | 1078 |
| |
1042 |
| - | |
1043 |
| - | |
| 1079 | + | |
| 1080 | + | |
1044 | 1081 |
| |
1045 | 1082 |
| |
1046 | 1083 |
| |
| |||
1057 | 1094 |
| |
1058 | 1095 |
| |
1059 | 1096 |
| |
1060 |
| - | |
1061 | 1097 |
| |
1062 |
| - | |
1063 |
| - | |
| 1098 | + | |
| 1099 | + | |
1064 | 1100 |
| |
1065 | 1101 |
| |
1066 | 1102 |
| |
| |||
1099 | 1135 |
| |
1100 | 1136 |
| |
1101 | 1137 |
| |
| 1138 | + | |
1102 | 1139 |
| |
1103 |
| - | |
| 1140 | + | |
1104 | 1141 |
| |
1105 | 1142 |
| |
1106 | 1143 |
| |
| |||
1116 | 1153 |
| |
1117 | 1154 |
| |
1118 | 1155 |
| |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
1119 | 1166 |
| |
1120 | 1167 |
| |
1121 | 1168 |
| |
| |||
1144 | 1191 |
| |
1145 | 1192 |
| |
1146 | 1193 |
| |
1147 |
| - | |
1148 |
| - | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1149 | 1200 |
| |
1150 | 1201 |
| |
1151 | 1202 |
| |
| |||
1161 | 1212 |
| |
1162 | 1213 |
| |
1163 | 1214 |
| |
1164 |
| - | |
1165 |
| - | |
1166 |
| - | |
1167 |
| - | |
| 1215 | + | |
1168 | 1216 |
| |
1169 | 1217 |
| |
1170 | 1218 |
| |
| |||
1232 | 1280 |
| |
1233 | 1281 |
| |
1234 | 1282 |
| |
1235 |
| - | |
1236 | 1283 |
| |
1237 | 1284 |
| |
1238 | 1285 |
| |
| |||
1242 | 1289 |
| |
1243 | 1290 |
| |
1244 | 1291 |
| |
| 1292 | + | |
1245 | 1293 |
| |
1246 | 1294 |
| |
1247 | 1295 |
| |
| |||
1255 | 1303 |
| |
1256 | 1304 |
| |
1257 | 1305 |
| |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
1258 | 1312 |
| |
1259 | 1313 |
| |
1260 | 1314 |
| |
| |||
1290 | 1344 |
| |
1291 | 1345 |
| |
1292 | 1346 |
| |
1293 |
| - | |
1294 |
| - | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
1295 | 1353 |
| |
1296 | 1354 |
| |
1297 | 1355 |
| |
| |||
1319 | 1377 |
| |
1320 | 1378 |
| |
1321 | 1379 |
| |
1322 |
| - | |
1323 |
| - | |
1324 |
| - | |
1325 |
| - | |
| 1380 | + | |
1326 | 1381 |
| |
1327 | 1382 |
| |
1328 | 1383 |
| |
|
You can’t perform that action at this time.
0 commit comments