-
Notifications
You must be signed in to change notification settings - Fork 24.9k
docs: conv2d padding
attribute- add int
option
#85004
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/85004
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 6b45d48: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
Thanks
@pytorchbot merge -g |
@pytorchbot successfully started a merge job. Check the current status here. |
Merge failedReason: This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. Details for Dev Infra teamRaised by workflow job |
@pytorchbot rebase |
@pytorchbot successfully started a rebase job. Check the current status here |
Successfully rebased |
/easycla As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details. This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign. |
@pytorchbot rebase |
@pytorchbot successfully started a rebase job. Check the current status here |
`padding: int` already exists but isn't mentioned in the genereted docs
Successfully rebased |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
`padding: int` already exists but isn't mentioned in the genereted docs Pull Request resolved: pytorch#85004 Approved by: https://github.com/albanD, https://github.com/kit1980
padding: int
already exists but isn't mentioned in the genereted docs