CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 04:11:10 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/"6247f5c2704c1436f1e05b2b381f05e2"
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=6bKs2X2wotMxcdvAErYnaF0X2k5%2F%2BywDQZGS8dCRLlMXV%2FrkUdyrxezRbT3kfdFtvjWlKik8tIgFg8gN0AjkDY2HFnaONz9f%2FbHa%2Bf9wqMHDBdwlDRXjeWrpb3YUjy%2B10Ymrk1RAeJwi%2BCdxpmqxb26M2fIFn%2FAlB538Cn0VcBO5ctWOQc1w7iFAsfFYjf5qtup55D%2BW5ECdjLkEIM3jj3xy4xJwxG6keg9Sc1LTHszZyvqpU4CRnaY7bNXsfaAVe0PiMNsnFR%2FJyzfYvo8cdw%3D%3D--VLxcpd5FiQrcZcIc--M%2BSBQFTJLsomgSNkLKeqIg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1944432550.1753848669; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 04:11:09 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 04:11:09 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CE3C:136EFA:11EE06E:15D88E1:68899B5D
Change Tensor.to from in-place to a out-of-place operation to avoid i… · PaddlePaddle/Paddle@60881cc · GitHub
Copy file name to clipboardExpand all lines: python/paddle/base/dygraph/tensor_patch_methods.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_eager_tensor.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 60881cc
authored
File tree
Expand file treeCollapse file tree
2 files changed
+66
-12
lines changedFilter options
- python/paddle/base/dygraph
- test/legacy_test
Expand file treeCollapse file tree
2 files changed
+66
-12
lines changedpython/paddle/base/dygraph/tensor_patch_methods.py
Copy file name to clipboardExpand all lines: python/paddle/base/dygraph/tensor_patch_methods.py+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
630 |
| - | |
| 630 | + | |
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
| |||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
640 |
| - | |
| 640 | + | |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
649 |
| - | |
| 649 | + | |
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
660 |
| - | |
| 655 | + | |
661 | 656 |
| |
662 | 657 |
| |
663 | 658 |
| |
| |||
692 | 687 |
| |
693 | 688 |
| |
694 | 689 |
| |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
|
test/legacy_test/test_eager_tensor.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_eager_tensor.py+57-3Lines changed: 57 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
1590 | 1591 |
| |
1591 | 1592 |
| |
1592 | 1593 |
| |
1593 |
| - | |
| 1594 | + | |
1594 | 1595 |
| |
1595 | 1596 |
| |
1596 | 1597 |
| |
1597 | 1598 |
| |
1598 | 1599 |
| |
1599 |
| - | |
| 1600 | + | |
1600 | 1601 |
| |
1601 | 1602 |
| |
1602 | 1603 |
| |
| |||
1635 | 1636 |
| |
1636 | 1637 |
| |
1637 | 1638 |
| |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
1638 | 1691 |
| |
1639 | 1692 |
| |
1640 |
| - | |
| 1693 | + | |
| 1694 | + | |
1641 | 1695 |
| |
1642 | 1696 |
| |
1643 | 1697 |
| |
|
You can’t perform that action at this time.
0 commit comments