Skip to content

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
@zhwesky2010 zhwesky2010 requested a review from zhiqiu August 20, 2020 06:15
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.

2 participants