Skip to content

docs fixes#9607

Closed
ssnl wants to merge 3 commits intopytorch:masterfrom
ssnl:docs_
Closed

docs fixes#9607
ssnl wants to merge 3 commits intopytorch:masterfrom
ssnl:docs_

Conversation

@ssnl
Copy link
Collaborator

@ssnl ssnl commented Jul 19, 2018

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.

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

.. autofunction:: flip
.. autofunction:: histc
.. autofunction:: bincount
.. autofunction:: meshgrid

This comment was marked as off-topic.

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.

@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@vishwakftw
Copy link
Contributor

Do you want to consider documenting scatter_add_ (#4176) as a part of this PR?

@ssnl
Copy link
Collaborator Author

ssnl commented Jul 20, 2018

@vishwakftw Added! Let me know if the doc I wrote can be improved.

Copy link
Contributor

@vishwakftw vishwakftw left a comment

Choose a reason for hiding this comment

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

Looks good to me, just one nit.

Adds all values from the tensor :attr:`other` into :attr:`self` at the indices
specified in the :attr:`index` tensor in a similar fashion as
:meth:`~torch.Tensor.scatter_`. For each value in :attr:`other`, it is added to
an index is specified by its index in :attr:`other` for dimension != :attr:`dim`

This comment was marked as off-topic.

@vishwakftw
Copy link
Contributor

Whoops, sorry about the delay.

@ssnl
Copy link
Collaborator Author

ssnl commented Jul 20, 2018

@vishwakftw no worries... the fb bot was too fast.

ssnl added a commit to ssnl/pytorch that referenced this pull request Jul 22, 2018
Summary:
fixes pytorch#9589 pytorch#9507 pytorch#9502 pytorch#9390
Pull Request resolved: pytorch#9607

Reviewed By: ezyang, soumith

Differential Revision: D8923575

Pulled By: SsnL

fbshipit-source-id: cb61d990333b700d813ce781040c3d0325999b8c
jramseyer pushed a commit to jramseyer/pytorch that referenced this pull request Jul 30, 2018
Summary:
fixes pytorch#9589 pytorch#9507 pytorch#9502 pytorch#9390
Pull Request resolved: pytorch#9607

Reviewed By: ezyang, soumith

Differential Revision: D8923575

Pulled By: SsnL

fbshipit-source-id: cb61d990333b700d813ce781040c3d0325999b8c
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
fixes pytorch#9589 pytorch#9507 pytorch#9502 pytorch#9390
Pull Request resolved: pytorch#9607

Reviewed By: ezyang, soumith

Differential Revision: D8923575

Pulled By: SsnL

fbshipit-source-id: cb61d990333b700d813ce781040c3d0325999b8c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Document torch.bincount

5 participants