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

[API 2.0: doc] transfer from paddle.fluid.layers.assign() into creation.py #27999

Merged
merged 7 commits into from
Oct 19, 2020

Conversation

vslyu
Copy link
Contributor

@vslyu vslyu commented Oct 15, 2020

PR types

Others

PR changes

APIs

Describe

  • assign
    image

"""


The OP copies the :attr:`input` to the :attr:`output`.
Copy link
Contributor

Choose a reason for hiding this comment

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

input 应为 x

Copy link
Contributor

@jzhang533 jzhang533 left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

@lanxianghit lanxianghit left a comment

Choose a reason for hiding this comment

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

该API没有添加动态图逻辑,会影响性能,需要在下个版本进行添加

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.

Please add dygraph branch in the future.

@seiriosPlus seiriosPlus merged commit e21b13f into PaddlePaddle:develop Oct 19, 2020
vslyu added a commit to vslyu/Paddle that referenced this pull request Oct 19, 2020
…on.py (PaddlePaddle#27999)

* transfer from paddle.fluid.layers.assign() into creation.py,test=develop

* fix ut fail,add support for paddle.assign,test=develop

* fix,test=develop

* fix UT coverage,test=coverage

* fix UT fail,test=coverage

* fix doc,test=develop
fuyinno4 pushed a commit that referenced this pull request Oct 19, 2020
…on.py (#27999) (#28074)

* transfer from paddle.fluid.layers.assign() into creation.py,test=develop

* fix ut fail,add support for paddle.assign,test=develop

* fix,test=develop

* fix UT coverage,test=coverage

* fix UT fail,test=coverage

* fix doc,test=develop
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.

6 participants