Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PaddlePaddle
/
Paddle
Public
Notifications
You must be signed in to change notification settings
Fork
6k
Star
24.1k
Code
Issues
1k
Pull requests
512
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[API Compatibility] Fix Tensor.type
- #79641
#79641
Closed
Manfredss
wants to merge 35 commits into
PaddlePaddle:develop
PaddlePaddle/Paddle:develop
from
Manfredss:fix_Tensor_type
Manfredss/PaddleDebug:fix_Tensor_type
Copy head branch name to clipboard
Conversation
Commits
35
(35)
Checks
Files changed
Closed
[API Compatibility] Fix Tensor.type
#79641
Manfredss
wants to merge 35 commits into
PaddlePaddle:develop
PaddlePaddle/Paddle:develop
from
Manfredss:fix_Tensor_type
Manfredss/PaddleDebug:fix_Tensor_type
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
align 3 Tensor api and PReLU
Manfredss
committed
91b9144
View commit details
Copy full SHA for 91b9144
Browse repository at this point
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
3451263
View commit details
Copy full SHA for 3451263
Browse repository at this point
fix PReLU, fix enable_compat restore after using guard
Manfredss
committed
d5154f3
View commit details
Copy full SHA for d5154f3
Browse repository at this point
Commits on Jul 28, 2026
add test coverage
Manfredss
committed
4865ecc
View commit details
Copy full SHA for 4865ecc
Browse repository at this point
fix per bot feedback
Manfredss
committed
8aa81ef
View commit details
Copy full SHA for 8aa81ef
Browse repository at this point
fix typo
Manfredss
committed
7f2684a
View commit details
Copy full SHA for 7f2684a
Browse repository at this point
also fix paddle.distributions.categorical.Categorical
Manfredss
committed
7eda286
View commit details
Copy full SHA for 7eda286
Browse repository at this point
Commits on Jul 29, 2026
fix
Manfredss
committed
ec4686b
View commit details
Copy full SHA for ec4686b
Browse repository at this point
Commits on Jul 30, 2026
fix
Manfredss
committed
cf76ec4
View commit details
Copy full SHA for cf76ec4
Browse repository at this point
Refine compat levels and guard state restoration
Manfredss
committed
f668adb
View commit details
Copy full SHA for f668adb
Browse repository at this point
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
111a665
View commit details
Copy full SHA for 111a665
Browse repository at this point
remove assertion
Manfredss
committed
b3bb47c
View commit details
Copy full SHA for b3bb47c
Browse repository at this point
Commits on Jul 31, 2026
fix fleet tests failure
Manfredss
committed
2f3cc36
View commit details
Copy full SHA for 2f3cc36
Browse repository at this point
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
ec1295c
View commit details
Copy full SHA for ec1295c
Browse repository at this point
staged
Manfredss
committed
f514e71
View commit details
Copy full SHA for f514e71
Browse repository at this point
Commits on Aug 3, 2026
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
a721161
View commit details
Copy full SHA for a721161
Browse repository at this point
reframe use_compat_guard
Manfredss
committed
c64978f
View commit details
Copy full SHA for c64978f
Browse repository at this point
remove unused methods
Manfredss
committed
826269a
View commit details
Copy full SHA for 826269a
Browse repository at this point
fix counter; add dispatch_property
Manfredss
committed
a119dbe
View commit details
Copy full SHA for a119dbe
Browse repository at this point
fix
Manfredss
committed
5a5b7b3
View commit details
Copy full SHA for 5a5b7b3
Browse repository at this point
fix tests
Manfredss
committed
219307c
View commit details
Copy full SHA for 219307c
Browse repository at this point
Commits on Aug 4, 2026
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
fde90cf
View commit details
Copy full SHA for fde90cf
Browse repository at this point
Commits on Aug 5, 2026
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
b0217d4
View commit details
Copy full SHA for b0217d4
Browse repository at this point
Commits on Aug 6, 2026
fix
Manfredss
committed
82f8ebf
View commit details
Copy full SHA for 82f8ebf
Browse repository at this point
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
ce136ec
View commit details
Copy full SHA for ce136ec
Browse repository at this point
improve code per review suggestions
Manfredss
committed
3eeb401
View commit details
Copy full SHA for 3eeb401
Browse repository at this point
Commits on Aug 7, 2026
fix
Manfredss
committed
43c95f1
View commit details
Copy full SHA for 43c95f1
Browse repository at this point
refine
Manfredss
committed
8c035b1
View commit details
Copy full SHA for 8c035b1
Browse repository at this point
Commits on Aug 10, 2026
fix Tensor.type so that paconvert can pass without check_value=False
Manfredss
committed
0488bce
View commit details
Copy full SHA for 0488bce
Browse repository at this point
Commits on Aug 11, 2026
fix factory device missed
Manfredss
committed
2921bbb
View commit details
Copy full SHA for 2921bbb
Browse repository at this point
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into three_Tensor_and_PReLU
Manfredss
committed
6132cef
View commit details
Copy full SHA for 6132cef
Browse repository at this point
fix
Manfredss
committed
c995fa1
View commit details
Copy full SHA for c995fa1
Browse repository at this point
fix device convert to cpu silently
Manfredss
committed
9c9fe9b
View commit details
Copy full SHA for 9c9fe9b
Browse repository at this point
Commits on Aug 12, 2026
add tests
Manfredss
committed
61b6e77
View commit details
Copy full SHA for 61b6e77
Browse repository at this point
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into fix_Tensor_type
Manfredss
committed
25748d7
View commit details
Copy full SHA for 25748d7
Browse repository at this point
You can’t perform that action at this time.