CARVIEW |
Select Language
HTTP/2 200
date: Thu, 17 Jul 2025 22:59:44 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/tensorflow/tensorflow.git
etag: W/"4b10781af6ac6f79e950d6dab724037f"
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=3EHDms26cWUItli7yYTdPDRtIH%2Bkpla6dHZiuSgKXmAHQh9TCGp%2BbIEcFVgQ0QP%2BvQHEyhoZyCjQJaga7ENlWD9QG2SyAQDt680Bdx%2B4oVlfF%2BGNgSob0k1ptd6jDCB%2FMUaRLV%2FP%2ByLclAr3B98GbL0PgSbiPWWFBh055fG5LYv3wqFGngVYGGQxO8B5GXEIlmfPmFPhxHzVwQ%2BFFjeO1fWtQBJBa%2FzktQXzbZgCQ%2F2TqMkR4O7L7XBggrgKgp3Jg4booQ8khTJePH0upNEeaQ%3D%3D--Sb4z4sgjWPhGSOgW--sGi0gPzyEnWlT41Yx3EUiA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.871244444.1752793183; Path=/; Domain=github.com; Expires=Fri, 17 Jul 2026 22:59:43 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 17 Jul 2026 22:59:43 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9D68:2122AD:574F3C:6B1869:6879805F
Fix SAME padding calc when stride>ksize (#1991) · tensorflow/tensorflow@cf7ce8a · GitHub
Copy file name to clipboardExpand all lines: tensorflow/core/kernels/ops_util.cc
Copy file name to clipboardExpand all lines: tensorflow/python/kernel_tests/conv_ops_test.py
Copy file name to clipboardExpand all lines: tensorflow/python/kernel_tests/pooling_ops_test.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 74.8k
Commit cf7ce8a
Fix SAME padding calc when stride>ksize (#1991)
Adds a failing test case for conv2d ksize=1, stride=2, padding=same,
input=4x4
Adds tests convering that case for pooling ops too.
There's one test case I found that fails in a different way that
I left commented out with R=C=8, K=2, S=4. The error is:
F tensorflow/stream_executor/cuda/cuda_dnn.cc:483] could not set cudnn convolution descriptor: CUDNN_STATUS_BAD_PARAM1 parent 0a37c9f commit cf7ce8aCopy full SHA for cf7ce8a
File tree
Expand file treeCollapse file tree
3 files changed
+37
-21
lines changedFilter options
- tensorflow
- core/kernels
- python/kernel_tests
Expand file treeCollapse file tree
3 files changed
+37
-21
lines changedtensorflow/core/kernels/ops_util.cc
Copy file name to clipboardExpand all lines: tensorflow/core/kernels/ops_util.cc+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
| 57 | + | |
| 58 | + | |
59 | 59 |
| |
60 |
| - | |
61 | 60 |
| |
62 | 61 |
| |
63 |
| - | |
64 |
| - | |
| 62 | + | |
| 63 | + | |
65 | 64 |
| |
66 |
| - | |
67 | 65 |
| |
68 | 66 |
| |
69 | 67 |
| |
|
tensorflow/python/kernel_tests/conv_ops_test.py
Copy file name to clipboardExpand all lines: tensorflow/python/kernel_tests/conv_ops_test.py+17-2Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
331 | 330 |
| |
332 | 331 |
| |
333 | 332 |
| |
334 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
335 | 350 |
| |
336 | 351 |
| |
337 | 352 |
| |
|
tensorflow/python/kernel_tests/pooling_ops_test.py
Copy file name to clipboardExpand all lines: tensorflow/python/kernel_tests/pooling_ops_test.py+16-13Lines changed: 16 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
373 |
| - | |
| 373 | + | |
374 | 374 |
| |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 | 375 |
| |
382 | 376 |
| |
383 | 377 |
| |
384 | 378 |
| |
385 | 379 |
| |
386 | 380 |
| |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 | 381 |
| |
394 | 382 |
| |
395 | 383 |
| |
396 | 384 |
| |
397 | 385 |
| |
398 | 386 |
| |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
399 | 402 |
| |
400 | 403 |
| |
401 | 404 |
| |
|
You can’t perform that action at this time.
0 commit comments