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

Update doc about how to write new operators. #3734

Merged
merged 4 commits into from
Aug 29, 2017

Conversation

qingqing01
Copy link
Contributor

Fix #3732

typhoonzero
typhoonzero previously approved these changes Aug 29, 2017
Copy link
Contributor

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

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

LGTM++

One minor comment which doesn't block merging.

@@ -268,7 +268,7 @@ def check_grad(self,
:param input_vars: numpy value of input variable. The following
computation will use these variables.
:param inputs_to_check: inputs var names that should check gradient.
:param output_name: output name that used to
:param output_name: the final output variable name.
Copy link
Contributor

Choose a reason for hiding this comment

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

the final output variable name. => the output variable name.

Copy link
Contributor

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

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

LGTM!

@qingqing01 qingqing01 merged commit 58419e7 into PaddlePaddle:develop Aug 29, 2017
@luotao1
Copy link
Contributor

luotao1 commented Aug 29, 2017

wiki中的Operator代码规范,能不能也更新到文档中呢?主要是命名上的一些规范需要列出来。

@qingqing01 qingqing01 added this to Doing in Port Operators Aug 29, 2017
@qingqing01 qingqing01 moved this from Doing to Done. in Port Operators Aug 29, 2017
@qingqing01 qingqing01 deleted the write_new_op branch November 14, 2019 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants