-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Term Entry] PyTorch Tensor Operations: .mm() #5328
Conversation
- `ten2`: The second tensor to be multiplied. | ||
- `out` (Optional): The output tensor to be used. The default value is `None`. | ||
|
||
If `ten1` is a `(m x n)` tensor and `ten2` is a `(n x p)` tensor, then `out` will be a `(m x p)` tensor. |
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.
mentioned this as a note
Hi @Sriparno08 thank you for contributing to Codecademy docs, I have suggested a single changes please modify them. |
Done, @cigar-galaxy82. |
@cigar-galaxy82 kindly merge this |
👋 @Sriparno08 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/pytorch/tensor-operations/mm Please note it may take a little while for changes to become visible. |
Description
Created a new term entry for the
.mm()
method underTensor Operations
in PyTorch.Issue Solved
Closes #5059
Type of Change
Checklist
main
branch.Issues Solved
section.