-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fixing documentation for operators #5373
Conversation
kavyasrinet
commented
Nov 4, 2017
•
edited
Loading
edited
- Seq_concat
- Seq_expand
- Sequence_conv
- Sequence_pool
- Sequence_softmax
- Sigmoid_cross_entropy_with_logits
@@ -68,11 +68,12 @@ class SequenceConcatOpMaker : public framework::OpProtoAndCheckerMaker { | |||
"The level should be less than the level number of inputs.") | |||
.SetDefault(0); | |||
AddComment(R"DOC( | |||
Sequence Concat operator | |||
Sequence Concat operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to "Sequence Concat Operator"? We now follows a all-cap format for operator title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks for the update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!