CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 07:58:11 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/"adac9cbd326730fff84b9a007fc3bb5a"
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=%2Fp6TqpCaFsVglM33yfJoZoTH6eFMwFXxGJD9P4nBnYbgTBhBSFZuIKEcoXqSFngCNsG7bNOr5qx4O%2BltBZlBBXWg0njHGbLwRX6HNFdoEjnKr8yCSsutRlkIGPDYt%2BoUSyFXdwbUOF3DvfUQuH13PVzEe%2BM2yTLZgP3c%2BnSGai0%2By2ZudPhTsHy7f7XtDmk8qTrpQFP7ItU%2FIkqkqmK6LIu9gXIcCslSENfS6nwCgsMbp4DoaTcp%2BgAtFcel9KVMeMu4YMUfKqIH9BFn4Sv%2B3g%3D%3D--EaLh9agjN1KQSqkX--TXYeBceNKSsxf%2BsxkzpBog%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2014420354.1753603090; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 07:58:10 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 07:58:10 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E570:1C79A4:C20458:1015078:6885DC12
[Paddle Tensor No.6][BUPT] 新增 `Tensor.__ror__` (#69463) · PaddlePaddle/Paddle@f2cd9aa · GitHub
Copy file name to clipboardExpand all lines: python/paddle/tensor/__init__.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/logic.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/tensor.prototype.pyi
Copy file name to clipboardExpand all lines: test/legacy_test/test_math_op_patch.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_math_op_patch_pir.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit f2cd9aa
authored
[Paddle Tensor No.6][BUPT] 新增
* add tensor.ror
* 修改测试文件
* 修改测试文件
* 修改测试文件
* 修改单测文件
* 修改init文件
* 添加 __ror__
* 添加动态图测试
* 修改bug
* 添加单侧动态测试
* 修改动态图测试
* 增加数据类型判断
* 添加test_math_op_patch文件
* 修改bug
* 修改静态图测试
* 添加pir的测试部分
* 修改if逻辑
* 修改pir测试
* 添加tensor.prototype.pyi
* Resolve merge conflict in __init__.py
* Resolve merge conflict in __init__.py
* Resolve merge conflict in tensor.__init__.py
* pre-commitTensor.__ror__
(#69463)1 parent 1cd4e07 commit f2cd9aaCopy full SHA for f2cd9aa
File tree
Expand file treeCollapse file tree
5 files changed
+112
-0
lines changedFilter options
- python/paddle/tensor
- test/legacy_test
Expand file treeCollapse file tree
5 files changed
+112
-0
lines changedpython/paddle/tensor/__init__.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/__init__.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| 108 | + | |
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
| |||
867 | 868 |
| |
868 | 869 |
| |
869 | 870 |
| |
| 871 | + | |
870 | 872 |
| |
871 | 873 |
| |
872 | 874 |
| |
|
python/paddle/tensor/logic.py
Copy file name to clipboardExpand all lines: python/paddle/tensor/logic.py+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 | 1345 |
| |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
1346 | 1361 |
| |
1347 | 1362 |
| |
1348 | 1363 |
| |
|
python/paddle/tensor/tensor.prototype.pyi
Copy file name to clipboardExpand all lines: python/paddle/tensor/tensor.prototype.pyi+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
|
test/legacy_test/test_math_op_patch.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_math_op_patch.py+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
338 | 374 |
| |
339 | 375 |
| |
340 | 376 |
| |
|
test/legacy_test/test_math_op_patch_pir.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_math_op_patch_pir.py+58Lines changed: 58 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
251 | 252 |
| |
252 | 253 |
| |
253 | 254 |
| |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
254 | 312 |
| |
255 | 313 |
| |
256 | 314 |
| |
|
You can’t perform that action at this time.
0 commit comments