CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 17:24:52 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/"afc92d167149fa6329f45a77533fb7dd"
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=2oHb6olSLaHdLqsNICGq6etOYYFrF6Yoow1QwjKpF4HeeIlIBB3sMdOcrjz221c4%2FQDfZZQdfP9MobMEER4vdciDs7GJzzxDRpJmPuj%2B5RPZBpIYxtutpuDbhlZwcL2GD7RmcuotXWGqxnWxUI2KJg3Kqh7qpaCCbgKTi2jY75HpnPb9xxYbgpbqCShyhtKK4zMhvGrwu0x8YKd4e%2FK1s%2BZ9ykD6vdmnbVK%2FMZqhEXPuaTkrpTc5E776s300FODulhb7i%2FLAioD%2BB5lWcSaXpA%3D%3D--3sxgrn5KGPJk%2Fut2--5Hdwj0QD2DjjYpUUbudyMg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1636573951.1753464291; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 17:24:51 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 17:24:51 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9A40:21ACB6:4708B:56FF7:6883BDE3
Merge pull request #20156 from smirnov-alexey:as/gapi_remote_infer · opencv/opencv@c95a564 · GitHub
Copy file name to clipboardExpand all lines: modules/gapi/include/opencv2/gapi/infer/ie.hpp
Copy file name to clipboardExpand all lines: modules/gapi/src/backends/ie/giebackend.cpp
Copy file name to clipboardExpand all lines: modules/gapi/src/backends/ie/giebackend/giewrapper.hpp
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit c95a564
authored
Merge pull request #20156 from smirnov-alexey:as/gapi_remote_infer
G-API: Support remote inference
* Extend MediaFrame to be able to extract additional info besides access
* Add API for remote inference
* Add default implementation for blobParams()
* Add default implementation for blobParams()
* Address review comments
* Fix any_cast usage
* Add comment on the default blobParams()
* Address review comments
* Add missing rctx
* Minor fix
* Fix indentation and comment
* Address review comments
* Add documentation1 parent f88fdf6 commit c95a564Copy full SHA for c95a564
File tree
Expand file treeCollapse file tree
3 files changed
+100
-10
lines changedFilter options
- modules/gapi
- include/opencv2/gapi/infer
- src/backends/ie
- giebackend
Expand file treeCollapse file tree
3 files changed
+100
-10
lines changedmodules/gapi/include/opencv2/gapi/infer/ie.hpp
Copy file name to clipboardExpand all lines: modules/gapi/include/opencv2/gapi/infer/ie.hpp+40-4Lines changed: 40 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
77 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
| |||
115 | 119 |
| |
116 | 120 |
| |
117 | 121 |
| |
118 |
| - | |
| 122 | + | |
| 123 | + | |
119 | 124 |
| |
120 | 125 |
| |
121 | 126 |
| |
| |||
135 | 140 |
| |
136 | 141 |
| |
137 | 142 |
| |
138 |
| - | |
| 143 | + | |
| 144 | + | |
139 | 145 |
| |
140 | 146 |
| |
141 | 147 |
| |
| |||
217 | 223 |
| |
218 | 224 |
| |
219 | 225 |
| |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
220 | 250 |
| |
221 | 251 |
| |
222 | 252 |
| |
| |||
318 | 348 |
| |
319 | 349 |
| |
320 | 350 |
| |
321 |
| - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
322 | 355 |
| |
323 | 356 |
| |
324 | 357 |
| |
| |||
333 | 366 |
| |
334 | 367 |
| |
335 | 368 |
| |
336 |
| - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
337 | 373 |
| |
338 | 374 |
| |
339 | 375 |
| |
|
modules/gapi/src/backends/ie/giebackend.cpp
Copy file name to clipboardExpand all lines: modules/gapi/src/backends/ie/giebackend.cpp+38-2Lines changed: 38 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
| 225 | + | |
| 226 | + | |
225 | 227 |
| |
226 | 228 |
| |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
227 | 236 |
| |
228 | 237 |
| |
229 | 238 |
| |
230 | 239 |
| |
231 | 240 |
| |
232 | 241 |
| |
233 | 242 |
| |
234 |
| - | |
| 243 | + | |
235 | 244 |
| |
236 | 245 |
| |
237 | 246 |
| |
| |||
279 | 288 |
| |
280 | 289 |
| |
281 | 290 |
| |
282 |
| - | |
| 291 | + | |
| 292 | + | |
283 | 293 |
| |
284 | 294 |
| |
285 | 295 |
| |
| |||
481 | 491 |
| |
482 | 492 |
| |
483 | 493 |
| |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
484 | 515 |
| |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
485 | 520 |
| |
486 | 521 |
| |
487 | 522 |
| |
| |||
1060 | 1095 |
| |
1061 | 1096 |
| |
1062 | 1097 |
| |
| 1098 | + | |
1063 | 1099 |
| |
1064 | 1100 |
| |
1065 | 1101 |
| |
|
modules/gapi/src/backends/ie/giebackend/giewrapper.hpp
Copy file name to clipboardExpand all lines: modules/gapi/src/backends/ie/giebackend/giewrapper.hpp+22-4Lines changed: 22 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
53 |
| - | |
54 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 |
| |
56 | 62 |
| |
57 |
| - | |
58 |
| - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
59 | 77 |
| |
60 | 78 |
| |
61 | 79 |
| |
|
You can’t perform that action at this time.
0 commit comments