-
Notifications
You must be signed in to change notification settings - Fork 5.9k
use PYTHON_C_API in dygraph #32524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wanghuancoder
merged 36 commits into
PaddlePaddle:develop
from
wanghuancoder:pythoncapi
Jun 11, 2021
Merged
use PYTHON_C_API in dygraph #32524
Changes from 21 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
1582a36
use PYTHON_C_API in dygraph, test=develop
wanghuancoder 46ce8b9
modify return type, test=develop
wanghuancoder 32b597b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wanghuancoder 2caa501
fix test case error, test=develop
wanghuancoder dd3c657
attr map, test=develop
wanghuancoder a760e4c
fix numpy, test=develop
wanghuancoder 090a540
fix throw exception bug, test=develop
wanghuancoder 372a1ff
fix convert python var to varbase, test=develop
wanghuancoder e75f09e
fix some testcase fail, test=develop
wanghuancoder 046f117
modify gil lock, test=develop
wanghuancoder 96314f8
modify gil lock, test=develop
wanghuancoder c149b38
numpy64 error, test=develop
wanghuancoder 0024132
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wanghuancoder 36a3f7f
return None, test=develop
wanghuancoder e0df6e4
cache return NULL, test=develop
wanghuancoder bea4ea6
numpy64, test=develop
wanghuancoder 690068f
refine, test=develop
wanghuancoder 6878ff5
numpy, test=develop
wanghuancoder c104201
numpy, test=develop
wanghuancoder c9c143e
numpy.ndarray, test=develop
wanghuancoder cec78dc
Tensor, test=develop
wanghuancoder 89be180
refine, test=develop
wanghuancoder 49df08a
refine, test=develop
wanghuancoder cb895dd
refine, test=develop
wanghuancoder ac77ef6
refine, test=develop
wanghuancoder 198a8a1
refine, test=develop
wanghuancoder 0fe1ab9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wanghuancoder 81034c6
modify convert_shape_to_list when convert tensor to list, test=develop
wanghuancoder e5ed284
refine convert bool, test=develop
wanghuancoder 6e1fab1
solve numpy version problem, test=develop
wanghuancoder 9f9127c
refine numpy convert, test=develop
wanghuancoder 599cd93
refine, test=develop
wanghuancoder c47b6f3
Merge branch 'develop' into pythoncapi
wanghuancoder d968e63
convert blockdesc, test=develop
wanghuancoder 247d251
NULL to nullptr, test=develop
wanghuancoder 999a1c6
refine, test=develop
wanghuancoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use either camelcase(variableName) or underscores(variable_name), not combined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done,thx!