CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 04:05:19 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/"47d61135a387ded106ca1e173c4990b4"
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=b6icdMo1WedE%2F5kEY9L5c7quJrYJp1e5Xt7VB7GjBkt7N4WZU7uA9gjOZgoESXW5pueAc%2F%2BhN%2F5RpgBh%2FRF6Cowd8TD9VDbIMDdMpeptPx3RQqKomWBPrpLpoJdDaQYtU0CJR3DxT6wk5polkRlxnLkN1EDvZzxhq2KPrnt0P%2Fxdc8uz7FuVdBn%2Fr1OakZeq4I1h671ZWNzLU%2B%2BE1%2Ftj3kck4GZOH6aG8tIW2i4rDtkC5FfNdjvyIB8rllBvGTsEsCCM%2Bw1YL7xVDzg02ueCtw%3D%3D--g2VlDSeE5V1L7NgR--KV5dZBRTezUFzfL%2BSDqVlA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1264201565.1753502718; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 04:05:18 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 04:05:18 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D234:1AFF47:139D91:1DCE48:688453FE
【Hackathon 6th No. 7】Add sinc / sinc_ API to Paddle -part (#63521) · PaddlePaddle/Paddle@5efe635 · GitHub
Copy file name to clipboardExpand all lines: python/paddle/tensor/__init__.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/math.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 5efe635
authored
【Hackathon 6th No. 7】Add sinc / sinc_ API to Paddle -part (#63521)
* add sinc
* fix float16
* remove cpu fp16 test
* fix tolerance
* update test
* fix timeout
* fix fp16 test
* fix fp16 test
* fix fp16 test
* add dtype check
* update check dtype
* update test
* fix init
* add bfloat16 test and fix underflow problem
* rerun ci
* fix test
* fix test
* fix bf16
* update test
* update test
* update test
* rerun ci
* fix bf16 test
* rerun ci
* add gradient test
* add gradient test1 parent fc00777 commit 5efe635Copy full SHA for 5efe635
File tree
Expand file treeCollapse file tree
4 files changed
+450
-3
lines changedFilter options
- python/paddle
- tensor
- test/legacy_test
Expand file treeCollapse file tree
4 files changed
+450
-3
lines changed+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
| 496 | + | |
| 497 | + | |
496 | 498 |
| |
497 | 499 |
| |
498 | 500 |
| |
| |||
811 | 813 |
| |
812 | 814 |
| |
813 | 815 |
| |
| 816 | + | |
| 817 | + | |
814 | 818 |
| |
815 | 819 |
| |
816 | 820 |
| |
|
python/paddle/tensor/__init__.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/__init__.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
| 382 | + | |
| 383 | + | |
382 | 384 |
| |
383 | 385 |
| |
384 | 386 |
| |
| |||
525 | 527 |
| |
526 | 528 |
| |
527 | 529 |
| |
| 530 | + | |
528 | 531 |
| |
529 | 532 |
| |
530 | 533 |
| |
| |||
802 | 805 |
| |
803 | 806 |
| |
804 | 807 |
| |
| 808 | + | |
805 | 809 |
| |
806 | 810 |
| |
807 | 811 |
| |
|
python/paddle/tensor/math.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/math.py+87-3Lines changed: 87 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7744 | 7744 |
| |
7745 | 7745 |
| |
7746 | 7746 |
| |
7747 |
| - | |
| 7747 | + | |
7748 | 7748 |
| |
7749 | 7749 |
| |
7750 | 7750 |
| |
| |||
7791 | 7791 |
| |
7792 | 7792 |
| |
7793 | 7793 |
| |
7794 |
| - | |
| 7794 | + | |
7795 | 7795 |
| |
7796 | 7796 |
| |
7797 | 7797 |
| |
| |||
7838 | 7838 |
| |
7839 | 7839 |
| |
7840 | 7840 |
| |
7841 |
| - | |
| 7841 | + | |
7842 | 7842 |
| |
7843 | 7843 |
| |
7844 | 7844 |
| |
| |||
7876 | 7876 |
| |
7877 | 7877 |
| |
7878 | 7878 |
| |
| 7879 | + | |
| 7880 | + | |
| 7881 | + | |
| 7882 | + | |
| 7883 | + | |
| 7884 | + | |
| 7885 | + | |
| 7886 | + | |
| 7887 | + | |
| 7888 | + | |
| 7889 | + | |
| 7890 | + | |
| 7891 | + | |
| 7892 | + | |
| 7893 | + | |
| 7894 | + | |
| 7895 | + | |
| 7896 | + | |
| 7897 | + | |
| 7898 | + | |
| 7899 | + | |
| 7900 | + | |
| 7901 | + | |
| 7902 | + | |
| 7903 | + | |
| 7904 | + | |
| 7905 | + | |
| 7906 | + | |
| 7907 | + | |
| 7908 | + | |
| 7909 | + | |
| 7910 | + | |
| 7911 | + | |
| 7912 | + | |
| 7913 | + | |
| 7914 | + | |
| 7915 | + | |
| 7916 | + | |
| 7917 | + | |
| 7918 | + | |
| 7919 | + | |
| 7920 | + | |
| 7921 | + | |
| 7922 | + | |
| 7923 | + | |
| 7924 | + | |
| 7925 | + | |
| 7926 | + | |
| 7927 | + | |
| 7928 | + | |
| 7929 | + | |
| 7930 | + | |
| 7931 | + | |
| 7932 | + | |
| 7933 | + | |
| 7934 | + | |
| 7935 | + | |
| 7936 | + | |
| 7937 | + | |
| 7938 | + | |
| 7939 | + | |
| 7940 | + | |
| 7941 | + | |
| 7942 | + | |
| 7943 | + | |
| 7944 | + | |
| 7945 | + | |
| 7946 | + | |
| 7947 | + | |
| 7948 | + | |
| 7949 | + | |
| 7950 | + | |
| 7951 | + | |
| 7952 | + | |
| 7953 | + | |
| 7954 | + | |
| 7955 | + | |
| 7956 | + | |
| 7957 | + | |
| 7958 | + | |
| 7959 | + | |
| 7960 | + | |
| 7961 | + | |
| 7962 | + |
You can’t perform that action at this time.
0 commit comments