-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Fix api reference docs #11314
Fix api reference docs #11314
Conversation
I just polish Also, as discussed with @shanyi15 yesterday, we decided to use a new repo to manage documentation of fluid for several reasons.
Current, this repo(https://github.com/reyoung/FluidDoc) is in very early stage and flux. However, it is very simple to build a documentation site follow the readme. You can install your developing version of paddle, and The develop branch of this documentation will be generated to |
@reyoung Thanks for polishing |
… fix_api_reference_docs
@@ -42,7 +42,7 @@ void FuseVarsOpHandle::RunImpl() { | |||
out_t->ShareDataWith(out_tensor->Slice(s, s + numel)); | |||
s += numel; | |||
} | |||
this->RunAndRecordEvent([this] {}); | |||
this->RunAndRecordEvent([] {}); |
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.
This line is intended to fix build on macos
还未注释:sequence_softmax、softmax |
… fix_api_reference_docs
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.
request changes as commented
@typhoonzero |
@typhoonzero |
… fix_api_reference_docs
@skylarch Added screen shot of the document preview. |
chunk_eval: iou_similarity ctc_greedy_decoder ListenAndServ autoincreased_step_counter conv2d_transpose roi_pool crf_decoding scale cos_sim |
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.
Excellent
… fix_api_reference_docs
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.
Cool
Some document polish work.