Conversation
facebook-github-bot
left a comment
There was a problem hiding this comment.
@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.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Do you want to consider documenting |
|
@vishwakftw Added! Let me know if the doc I wrote can be improved. |
vishwakftw
left a comment
There was a problem hiding this comment.
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.
This comment was marked as off-topic.
Sorry, something went wrong.
|
Whoops, sorry about the delay. |
|
@vishwakftw no worries... the fb bot was too fast. |
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
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
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
fixes #9589 #9507 #9502 #9390 #4176