CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 10:51:41 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/"b2f20f2be9399cf02bb061b05a5659c7"
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=GPB5wRPA9cggp%2ByHABAJjmD%2F6lKWbbDlGD%2FmkWCkzhqw6yUhvB7rWBTmL27T2pdKLiIO4henBqOoorkSuF9vKFVziFfMytCs5EOES5L4dmSagoXO%2Bh89bQZvlVLJIwNqPIsXdO0cbSdoMyHc%2B4LqdBsLYI6woWoc4iy0Pfz%2BYdvEaeuKiLw8efWXMgxhEBHrzrJnALDIcHDfjZ9WDtjZe3Zc1q7poGfJDKbtegzOCRLq0Wu5CCfKWE3E2k%2FfiqWcgjbi6%2B1YadsY88F1AY4CdQ%3D%3D--f27QGnGwnHQYjuPE--eVfGCZqs8Y1qonGjGezTZw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.426581006.1753267900; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 10:51:40 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 10:51:40 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C99A:2FAFD7:9B2555:BB24B4:6880BEBC
Merge pull request #21910 from zihaomu:fast_conv_ARM · opencv/opencv@59b870a · GitHub
Copy file name to clipboardExpand all lines: modules/dnn/src/layers/convolution_layer.cpp
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit 59b870a
authored
Merge pull request #21910 from zihaomu:fast_conv_ARM
DNN: Accelerating convolution
* Fast Conv of ARM, X86 and universal intrinsics.
* improve code style.
* error fixed.
* improve the License
* optimize memory allocated and Adjust the threshold.
* change FasterRCNN_vgg16 to 2GB memory.1 parent b91f173 commit 59b870aCopy full SHA for 59b870a
File tree
Expand file treeCollapse file tree
11 files changed
+3286
-12
lines changedFilter options
- modules/dnn
- src/layers
- fast_convolution
- test
Expand file treeCollapse file tree
11 files changed
+3286
-12
lines changedmodules/dnn/src/layers/convolution_layer.cpp
Copy file name to clipboardExpand all lines: modules/dnn/src/layers/convolution_layer.cpp+53-1Lines changed: 53 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
| |||
253 | 255 |
| |
254 | 256 |
| |
255 | 257 |
| |
256 |
| - | |
| 258 | + | |
257 | 259 |
| |
258 | 260 |
| |
259 | 261 |
| |
260 | 262 |
| |
| 263 | + | |
| 264 | + | |
| 265 | + | |
261 | 266 |
| |
262 | 267 |
| |
263 | 268 |
| |
| |||
433 | 438 |
| |
434 | 439 |
| |
435 | 440 |
| |
| 441 | + | |
436 | 442 |
| |
437 | 443 |
| |
438 | 444 |
| |
| |||
628 | 634 |
| |
629 | 635 |
| |
630 | 636 |
| |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
631 | 645 |
| |
632 | 646 |
| |
633 | 647 |
| |
634 | 648 |
| |
635 | 649 |
| |
636 | 650 |
| |
| 651 | + | |
| 652 | + | |
637 | 653 |
| |
638 | 654 |
| |
| 655 | + | |
| 656 | + | |
639 | 657 |
| |
640 | 658 |
| |
641 | 659 |
| |
| |||
1948 | 1966 |
| |
1949 | 1967 |
| |
1950 | 1968 |
| |
| 1969 | + | |
1951 | 1970 |
| |
1952 | 1971 |
| |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
1953 | 1976 |
| |
1954 | 1977 |
| |
1955 | 1978 |
| |
| |||
2066 | 2089 |
| |
2067 | 2090 |
| |
2068 | 2091 |
| |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
2069 | 2120 |
| |
2070 | 2121 |
| |
| 2122 | + | |
2071 | 2123 |
| |
2072 | 2124 |
| |
2073 | 2125 |
| |
|
You can’t perform that action at this time.
0 commit comments