Skip to content

Fix argument typo in pad_packed_sequence() docstring#1300

Merged
soumith merged 1 commit intopytorch:masterfrom
BenFielding:patch-1
Apr 19, 2017
Merged

Fix argument typo in pad_packed_sequence() docstring#1300
soumith merged 1 commit intopytorch:masterfrom
BenFielding:patch-1

Conversation

@BenFielding
Copy link
Contributor

Argument name incorrect in docstring comment ("batch_size" rather than actual argument "batch_first").

@soumith soumith merged commit a8e6610 into pytorch:master Apr 19, 2017
@soumith
Copy link
Collaborator

soumith commented Apr 19, 2017

thanks!

@BenFielding BenFielding deleted the patch-1 branch April 19, 2017 17:59
eqy pushed a commit to eqy/pytorch that referenced this pull request Jan 20, 2022
Currently, predicates are generated on reference tensors, but that can
cause problems as discussed as references may not have matching domains
for consumer roots when references are generated from post-view tensors.
This PR changes the predication method so that it basically follows the
same approach as consumer indexing where reference indices are
propagated to consumer domains, followed by consumer indexing.
hubertlu-tw pushed a commit to hubertlu-tw/pytorch that referenced this pull request Nov 1, 2022
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.

3 participants