add missing doc of v2 api#1931
Merged
reyoung merged 1 commit intoPaddlePaddle:release/0.10.0from Apr 27, 2017
luotao1:miss_doc
Merged
add missing doc of v2 api#1931reyoung merged 1 commit intoPaddlePaddle:release/0.10.0from luotao1:miss_doc
reyoung merged 1 commit intoPaddlePaddle:release/0.10.0from
luotao1:miss_doc
Conversation
reyoung
approved these changes
Apr 27, 2017
heavengate
added a commit
to heavengate/Paddle
that referenced
this pull request
Aug 16, 2021
Merge dygraph branch into master branch. Co-authored-by: FDInSky <48318485+FDInSky@users.noreply.github.com> Co-authored-by: sunxl1988 <47514455+sunxl1988@users.noreply.github.com> Co-authored-by: wangguanzhong <jerrywgz@126.com> Co-authored-by: wangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Co-authored-by: wanghuancoder <wanghuancoder@163.com> Co-authored-by: cnn <liuhui29@baidu.com> Co-authored-by: Guanghua Yu <742925032@qq.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming0.bjyz.baidu.com>
zhangyuqin1998
pushed a commit
to zhangyuqin1998/Paddle
that referenced
this pull request
Feb 20, 2025
…rs (PaddlePaddle#1931) * move two warpgroup_wait * merge main --------- Co-authored-by: Siyuan Fu <siyuanf@nvidia.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
由于mixed, memory, recurrent_layer, beam_search 在v2 api中是重新定义的,而非从v1 api转过来。因此v1 api中的注释相应的也未转过来,使用
a.__doc__ = b.__doc__进行显示拷贝。