Skip to content
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

[2.0API]Bind method for tensor and Variable #26416

Merged
merged 7 commits into from
Aug 21, 2020

Conversation

zhwesky2010
Copy link
Contributor

@zhwesky2010 zhwesky2010 commented Aug 18, 2020

PR types

New features

PR changes

APIs

Describe

Bind method for tensor.

for example:

x=paddle.to_tensor(1);
y=paddle.to_tensor(2);
x.add(y);

Support about 100+ methods for Tensor operation.

@zhwesky2010 zhwesky2010 changed the title Bind method for tensor Bind method for tensor and Variable Aug 19, 2020
@zhwesky2010 zhwesky2010 changed the title Bind method for tensor and Variable [2.0API]Bind method for tensor and Variable Aug 19, 2020
Copy link
Contributor

@zhiqiu zhiqiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhwesky2010 zhwesky2010 merged commit ce7d526 into PaddlePaddle:develop Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants