CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 06:14:21 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/PaddlePaddle/Paddle.git
etag: W/"95ac9e24c7766297914508c2635586f8"
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=Wqz%2B5iR499BsXZ96lfqwpz%2F1IopsdPvmRikwRb44O7WiCV0eFQcZJuFMRvBahjpCJ9MLUgjntcT5k6GMY7dHeEzuLFFIxB1%2BDZJSJ7HCCVTkQLNhOtR2836r7juwfpdSby00P5R9kl1VU%2B4RfeMcq5i36iqjPoudpkL4SVAcJ5c4ODK6X4FAa30ychTMviVRCDDuiZ49ZbhdgEjQW%2BTLFCYZScyYV%2BbxPFvtCzIgOh5RoaXPmLOfQb9Bo2N28kLyUAJ6EvSKNt1lGxyXV%2FdK0g%3D%3D--7Ug7SZD11D9gF6MI--h0wYkvxVF2WUKQTL9oluug%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1543075616.1753856060; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 06:14:20 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 06:14:20 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BE66:37A22E:3FECA8:540773:6889B83C
[PIR] Migrate rnn into pir (#60180) · PaddlePaddle/Paddle@6c574bd · GitHub


authored
Copy file name to clipboardExpand all lines: python/paddle/nn/layer/rnn.py
Copy file name to clipboardExpand all lines: test/legacy_test/op_test.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_rnn_op.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 6c574bd
[PIR] Migrate rnn into pir (#60180)
* pir183
* use abspath to support run by python
* use fill_constant instead of create Tensor
* test_rnn_op passed
* fix bug
* fix ci bug
---------
Co-authored-by: ooooo <3164076421@qq.com>
Co-authored-by: SigureMo <sigure.qaq@gmail.com>1 parent 5f9721d commit 6c574bdCopy full SHA for 6c574bd
File tree
Expand file treeCollapse file tree
3 files changed
+85
-68
lines changedFilter options
- python/paddle/nn/layer
- test/legacy_test
Expand file treeCollapse file tree
3 files changed
+85
-68
lines changedpython/paddle/nn/layer/rnn.py
Copy file name to clipboardExpand all lines: python/paddle/nn/layer/rnn.py+3-26Lines changed: 3 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| |||
1590 | 1590 |
| |
1591 | 1591 |
| |
1592 | 1592 |
| |
1593 |
| - | |
| 1593 | + | |
1594 | 1594 |
| |
1595 | 1595 |
| |
1596 | 1596 |
| |
| |||
1606 | 1606 |
| |
1607 | 1607 |
| |
1608 | 1608 |
| |
1609 |
| - | |
1610 |
| - | |
1611 |
| - | |
1612 |
| - | |
1613 |
| - | |
1614 |
| - | |
1615 |
| - | |
1616 |
| - | |
1617 |
| - | |
1618 |
| - | |
1619 |
| - | |
1620 |
| - | |
1621 |
| - | |
1622 |
| - | |
1623 |
| - | |
1624 |
| - | |
1625 |
| - | |
1626 |
| - | |
1627 |
| - | |
1628 |
| - | |
1629 |
| - | |
1630 |
| - | |
1631 |
| - | |
1632 | 1609 |
| |
1633 | 1610 |
| |
1634 | 1611 |
| |
|
test/legacy_test/op_test.py
Copy file name to clipboardExpand all lines: test/legacy_test/op_test.py+62-35Lines changed: 62 additions & 35 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 |
| |
44 | 49 |
| |
45 | 50 |
| |
| |||
66 | 71 |
| |
67 | 72 |
| |
68 | 73 |
| |
69 |
| - | |
70 |
| - | |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
| |||
1385 | 1388 |
| |
1386 | 1389 |
| |
1387 | 1390 |
| |
1388 |
| - | |
| 1391 | + | |
| 1392 | + | |
1389 | 1393 |
| |
1390 | 1394 |
| |
1391 | 1395 |
| |
| |||
1395 | 1399 |
| |
1396 | 1400 |
| |
1397 | 1401 |
| |
| 1402 | + | |
1398 | 1403 |
| |
1399 | 1404 |
| |
1400 | 1405 |
| |
| 1406 | + | |
1401 | 1407 |
| |
1402 | 1408 |
| |
1403 | 1409 |
| |
1404 | 1410 |
| |
1405 | 1411 |
| |
| 1412 | + | |
1406 | 1413 |
| |
1407 | 1414 |
| |
1408 | 1415 |
| |
| |||
1415 | 1422 |
| |
1416 | 1423 |
| |
1417 | 1424 |
| |
1418 |
| - | |
1419 | 1425 |
| |
1420 | 1426 |
| |
1421 | 1427 |
| |
1422 | 1428 |
| |
1423 | 1429 |
| |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
1424 | 1436 |
| |
1425 | 1437 |
| |
1426 | 1438 |
| |
1427 |
| - | |
1428 |
| - | |
1429 |
| - | |
1430 |
| - | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
1431 | 1446 |
| |
1432 | 1447 |
| |
1433 | 1448 |
| |
| |||
2435 | 2450 |
| |
2436 | 2451 |
| |
2437 | 2452 |
| |
2438 |
| - | |
| 2453 | + | |
2439 | 2454 |
| |
2440 | 2455 |
| |
2441 | 2456 |
| |
2442 | 2457 |
| |
2443 |
| - | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
2444 | 2471 |
| |
2445 | 2472 |
| |
2446 | 2473 |
| |
| |||
2450 | 2477 |
| |
2451 | 2478 |
| |
2452 | 2479 |
| |
2453 |
| - | |
2454 |
| - | |
2455 |
| - | |
2456 |
| - | |
2457 |
| - | |
2458 |
| - | |
2459 |
| - | |
2460 |
| - | |
2461 |
| - | |
2462 |
| - | |
2463 |
| - | |
2464 |
| - | |
2465 |
| - | |
2466 |
| - | |
| 2480 | + | |
| 2481 | + | |
2467 | 2482 |
| |
2468 | 2483 |
| |
2469 | 2484 |
| |
2470 | 2485 |
| |
2471 | 2486 |
| |
2472 |
| - | |
| 2487 | + | |
2473 | 2488 |
| |
2474 | 2489 |
| |
2475 | 2490 |
| |
| |||
2479 | 2494 |
| |
2480 | 2495 |
| |
2481 | 2496 |
| |
2482 |
| - | |
| 2497 | + | |
2483 | 2498 |
| |
2484 | 2499 |
| |
2485 | 2500 |
| |
| |||
3674 | 3689 |
| |
3675 | 3690 |
| |
3676 | 3691 |
| |
3677 |
| - | |
3678 |
| - | |
3679 |
| - | |
3680 |
| - | |
| 3692 | + | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
| 3701 | + | |
| 3702 | + | |
| 3703 | + | |
| 3704 | + | |
3681 | 3705 |
| |
3682 | 3706 |
| |
3683 | 3707 |
| |
| |||
3751 | 3775 |
| |
3752 | 3776 |
| |
3753 | 3777 |
| |
3754 |
| - | |
3755 |
| - | |
3756 |
| - | |
3757 |
| - | |
| 3778 | + | |
| 3779 | + | |
| 3780 | + | |
| 3781 | + | |
| 3782 | + | |
| 3783 | + | |
| 3784 | + | |
3758 | 3785 |
| |
3759 | 3786 |
| |
3760 | 3787 |
| |
|
test/legacy_test/test_rnn_op.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_rnn_op.py+20-7Lines changed: 20 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
| |||
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
48 |
| - | |
| 51 | + | |
49 | 52 |
| |
50 | 53 |
| |
51 | 54 |
| |
| |||
168 | 171 |
| |
169 | 172 |
| |
170 | 173 |
| |
171 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 |
| |
173 | 178 |
| |
174 | 179 |
| |
| |||
179 | 184 |
| |
180 | 185 |
| |
181 | 186 |
| |
182 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
183 | 190 |
| |
184 | 191 |
| |
185 | 192 |
| |
| |||
188 | 195 |
| |
189 | 196 |
| |
190 | 197 |
| |
191 |
| - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
192 | 201 |
| |
193 | 202 |
| |
194 | 203 |
| |
| |||
197 | 206 |
| |
198 | 207 |
| |
199 | 208 |
| |
200 |
| - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
201 | 212 |
| |
202 | 213 |
| |
203 | 214 |
| |
| |||
206 | 217 |
| |
207 | 218 |
| |
208 | 219 |
| |
209 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
210 | 223 |
| |
211 | 224 |
| |
212 | 225 |
| |
|
You can’t perform that action at this time.
0 commit comments