Skip to content

[C++ API] Doc improvements#11347

Closed
goldsborough wants to merge 1 commit intopytorch:masterfrom
goldsborough:cpp-doc-1
Closed

[C++ API] Doc improvements#11347
goldsborough wants to merge 1 commit intopytorch:masterfrom
goldsborough:cpp-doc-1

Conversation

@goldsborough
Copy link
Contributor

  1. Remove cudnn* symbols from C++ docs
  2. Fix code examples for nn::Module and jit::compile
  3. Document Dropout


/// During training, applies a noise mask to the input tensor.
/// During evaluation, applies an identity function.
Tensor forward(Tensor input);

This comment was marked as off-topic.

This comment was marked as off-topic.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

goldsborough is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@goldsborough goldsborough deleted the cpp-doc-1 branch September 7, 2018 22:09
PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this pull request Sep 11, 2018
Summary:
1. Remove cudnn* symbols from C++ docs
2. Fix code examples for `nn::Module` and `jit::compile`
3. Document Dropout
Pull Request resolved: pytorch#11347

Differential Revision: D9716751

Pulled By: goldsborough

fbshipit-source-id: e0566cec35848335cac3eb9196cb244bb0c8fa45
@ezyang ezyang added the merged label Jun 26, 2019
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.

5 participants